|
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 |
2 | 29 | { |
3 | 30 |
|
4 | 31 | [MUX_PUBLIC] |
@@ -59,28 +86,6 @@ enum PopupPlacementMode |
59 | 86 | RightEdgeAlignedBottom, |
60 | 87 | }; |
61 | 88 |
|
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 | | - |
84 | 89 | [MUX_PUBLIC] |
85 | 90 | [webhosthidden] |
86 | 91 | static runtimeclass CommandBarFlyoutCommandBarAutomationProperties |
|
0 commit comments