1 instantiation of PopupRoot
PresentationFramework (1)
System\Windows\Controls\Primitives\Popup.cs (1)
1476_popupRoot = new PopupRoot();
23 references to PopupRoot
PresentationFramework (23)
System\Windows\Automation\Peers\PopupRootAutomationPeer.cs (1)
13public PopupRootAutomationPeer(PopupRoot owner): base(owner)
System\Windows\Controls\Primitives\MenuBase.cs (2)
401PopupRoot popupRoot = curr as PopupRoot;
System\Windows\Controls\Primitives\Popup.cs (14)
717PopupRoot popupRoot = parent as PopupRoot; 1141PopupRoot parentPopupRoot = capturedElement as PopupRoot; 1184PopupRoot parentPopupRoot = ParentPopupRootField.GetValue(this); 1224PopupRoot root = popup._popupRoot; 1246PopupRoot newRoot = Mouse.Captured as PopupRoot; 2914private static readonly UncommonField<PopupRoot> ParentPopupRootField = new UncommonField<PopupRoot>(); 2918private PopupRoot _popupRoot; 3271PopupRoot popupRoot = dependencyObject as PopupRoot; 3435internal void ForceMsaaToUiaBridge(PopupRoot popupRoot)
System\Windows\Controls\Primitives\PopupRoot.cs (3)
23SnapsToDevicePixelsProperty.OverrideMetadata(typeof(PopupRoot), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox)); 297BeginAnimation(PopupRoot.OpacityProperty, anim); 341BeginAnimation(PopupRoot.OpacityProperty, null);
System\Windows\Controls\WebBrowser.cs (1)
741if (pSource != null && pSource.RootVisual is PopupRoot)
System\Windows\SystemResources.cs (2)
1261PopupRoot popupRoot = fe as PopupRoot;