1 instantiation of PopupRoot
PresentationFramework (1)
System\Windows\Controls\Primitives\Popup.cs (1)
1467
_popupRoot = new
PopupRoot
();
23 references to PopupRoot
PresentationFramework (23)
System\Windows\Automation\Peers\PopupRootAutomationPeer.cs (1)
23
public PopupRootAutomationPeer(
PopupRoot
owner): base(owner)
System\Windows\Controls\Primitives\MenuBase.cs (2)
410
PopupRoot
popupRoot = curr as
PopupRoot
;
System\Windows\Controls\Primitives\Popup.cs (14)
728
PopupRoot
popupRoot = parent as
PopupRoot
;
1134
PopupRoot
parentPopupRoot = capturedElement as
PopupRoot
;
1177
PopupRoot
parentPopupRoot = ParentPopupRootField.GetValue(this);
1217
PopupRoot
root = popup._popupRoot;
1239
PopupRoot
newRoot = Mouse.Captured as
PopupRoot
;
2909
private static readonly UncommonField<
PopupRoot
> ParentPopupRootField = new UncommonField<
PopupRoot
>();
2913
private
PopupRoot
_popupRoot;
3266
PopupRoot
popupRoot = dependencyObject as
PopupRoot
;
3434
internal void ForceMsaaToUiaBridge(
PopupRoot
popupRoot)
System\Windows\Controls\Primitives\PopupRoot.cs (3)
32
SnapsToDevicePixelsProperty.OverrideMetadata(typeof(
PopupRoot
), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
294
BeginAnimation(
PopupRoot
.OpacityProperty, anim);
338
BeginAnimation(
PopupRoot
.OpacityProperty, null);
System\Windows\Controls\WebBrowser.cs (1)
749
if (pSource != null && pSource.RootVisual is
PopupRoot
)
System\Windows\SystemResources.cs (2)
1281
PopupRoot
popupRoot = fe as
PopupRoot
;