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