1 instantiation of PopupRoot
PresentationFramework (1)
System\Windows\Controls\Primitives\Popup.cs (1)
1472_popupRoot = new PopupRoot();
23 references to PopupRoot
PresentationFramework (23)
System\Windows\Automation\Peers\PopupRootAutomationPeer.cs (1)
12public PopupRootAutomationPeer(PopupRoot owner): base(owner)
System\Windows\Controls\Primitives\MenuBase.cs (2)
400PopupRoot popupRoot = curr as PopupRoot;
System\Windows\Controls\Primitives\Popup.cs (14)
716PopupRoot popupRoot = parent as PopupRoot; 1140PopupRoot parentPopupRoot = capturedElement as PopupRoot; 1183PopupRoot parentPopupRoot = ParentPopupRootField.GetValue(this); 1220PopupRoot root = popup._popupRoot; 1242PopupRoot newRoot = Mouse.Captured as PopupRoot; 2910private static readonly UncommonField<PopupRoot> ParentPopupRootField = new UncommonField<PopupRoot>(); 2914private PopupRoot _popupRoot; 3267PopupRoot popupRoot = dependencyObject as PopupRoot; 3431internal void ForceMsaaToUiaBridge(PopupRoot popupRoot)
System\Windows\Controls\Primitives\PopupRoot.cs (3)
22SnapsToDevicePixelsProperty.OverrideMetadata(typeof(PopupRoot), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox)); 296BeginAnimation(PopupRoot.OpacityProperty, anim); 340BeginAnimation(PopupRoot.OpacityProperty, null);
System\Windows\Controls\WebBrowser.cs (1)
740if (pSource != null && pSource.RootVisual is PopupRoot)
System\Windows\SystemResources.cs (2)
1257PopupRoot popupRoot = fe as PopupRoot;