1 instantiation of PopupRoot
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
1478_popupRoot.Value = new PopupRoot();
23 references to PopupRoot
PresentationFramework (23)
src\Framework\System\Windows\Automation\Peers\PopupRootAutomationPeer.cs (1)
21public PopupRootAutomationPeer(PopupRoot owner): base(owner)
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (2)
412PopupRoot popupRoot = curr as PopupRoot;
src\Framework\System\Windows\Controls\Primitives\Popup.cs (14)
726PopupRoot popupRoot = parent as PopupRoot; 1139PopupRoot parentPopupRoot = capturedElement as PopupRoot; 1182PopupRoot parentPopupRoot = ParentPopupRootField.GetValue(this); 1222PopupRoot root = popup._popupRoot.Value; 1244PopupRoot newRoot = Mouse.Captured as PopupRoot; 2926private static readonly UncommonField<PopupRoot> ParentPopupRootField = new UncommonField<PopupRoot>(); 2930private SecurityCriticalDataForSet<PopupRoot> _popupRoot; 3380PopupRoot popupRoot = dependencyObject as PopupRoot; 3610internal void ForceMsaaToUiaBridge(PopupRoot popupRoot)
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (3)
28SnapsToDevicePixelsProperty.OverrideMetadata(typeof(PopupRoot), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox)); 291BeginAnimation(PopupRoot.OpacityProperty, anim); 335BeginAnimation(PopupRoot.OpacityProperty, null);
src\Framework\System\Windows\Controls\WebBrowser.cs (1)
1040if (pSource != null && pSource.RootVisual is PopupRoot)
src\Framework\System\Windows\SystemResources.cs (2)
1339PopupRoot popupRoot = fe as PopupRoot;