Skip to content

Commit 8f9b626

Browse files
committed
Move IPopup4 to Private namespace
1 parent db58b12 commit 8f9b626

File tree

1 file changed

+28
-23
lines changed

1 file changed

+28
-23
lines changed

dev/CommandBarFlyout/CommandBarFlyoutCommandBar.idl

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
namespace MU_XCP_NAMESPACE
1+
namespace MU_PRIVATE_CONTROLS_NAMESPACE
2+
{
3+
4+
[MUX_INTERNAL]
5+
[webhosthidden]
6+
[uuid(1870b836-df2f-5fc6-a5f2-748ed6ce7321)]
7+
interface IPopup4
8+
{
9+
Windows.UI.Xaml.FrameworkElement PlacementTarget;
10+
Microsoft.UI.Xaml.Controls.Primitives.PopupPlacementMode DesiredPlacement;
11+
Microsoft.UI.Xaml.Controls.Primitives.PopupPlacementMode ActualPlacement{ get; };
12+
13+
event Windows.Foundation.EventHandler<Object> ActualPlacementChanged;
14+
};
15+
16+
[MUX_INTERNAL]
17+
[webhosthidden]
18+
[uuid(98ffd442-a3f5-534c-906d-88b72a78126b)]
19+
interface IAutomationPropertiesStatics9
20+
{
21+
Windows.UI.Xaml.DependencyProperty ControlTypeProperty{ get; };
22+
Windows.UI.Xaml.Automation.Peers.AutomationControlType GetControlType(Windows.UI.Xaml.UIElement element);
23+
void SetControlType(Windows.UI.Xaml.UIElement element, Windows.UI.Xaml.Automation.Peers.AutomationControlType value);
24+
};
25+
26+
}
27+
28+
namespace MU_XCP_NAMESPACE
229
{
330

431
[MUX_PUBLIC]
@@ -59,28 +86,6 @@ enum PopupPlacementMode
5986
RightEdgeAlignedBottom,
6087
};
6188

62-
[MUX_INTERNAL]
63-
[webhosthidden]
64-
[uuid(1870b836-df2f-5fc6-a5f2-748ed6ce7321)]
65-
interface IPopup4
66-
{
67-
Windows.UI.Xaml.FrameworkElement PlacementTarget;
68-
Microsoft.UI.Xaml.Controls.Primitives.PopupPlacementMode DesiredPlacement;
69-
Microsoft.UI.Xaml.Controls.Primitives.PopupPlacementMode ActualPlacement{ get; };
70-
71-
event Windows.Foundation.EventHandler<Object> ActualPlacementChanged;
72-
};
73-
74-
[MUX_INTERNAL]
75-
[webhosthidden]
76-
[uuid(98ffd442-a3f5-534c-906d-88b72a78126b)]
77-
interface IAutomationPropertiesStatics9
78-
{
79-
Windows.UI.Xaml.DependencyProperty ControlTypeProperty{ get; };
80-
Windows.UI.Xaml.Automation.Peers.AutomationControlType GetControlType(Windows.UI.Xaml.UIElement element);
81-
void SetControlType(Windows.UI.Xaml.UIElement element, Windows.UI.Xaml.Automation.Peers.AutomationControlType value);
82-
};
83-
8489
[MUX_PUBLIC]
8590
[webhosthidden]
8691
static runtimeclass CommandBarFlyoutCommandBarAutomationProperties

0 commit comments

Comments
 (0)