1 write to _popupRoot
PresentationFramework (1)
System\Windows\Controls\Primitives\Popup.cs (1)
1473_popupRoot = new PopupRoot();
32 references to _popupRoot
PresentationFramework (32)
System\Windows\Controls\Primitives\Popup.cs (32)
133if ((popup._popupRoot != null) && (popup.IsOpen || popup._popupRoot.Child != null)) 135popup._popupRoot.Child = newChild; 1109Debug.Assert( Mouse.Captured == _popupRoot, "_cacheValid[(int)CacheBits.CaptureEngaged] == true but Mouse.Captured != _popupRoot"); 1113if (_popupRoot != null && e.OriginalSource == _popupRoot) 1118if (_popupRoot.InputHitTest(e.GetPosition(_popupRoot)) == null) 1137if (!_cacheValid[(int)CacheBits.CaptureEngaged] && (_popupRoot != null) && 1174Mouse.Capture(_popupRoot, CaptureMode.SubTree); 1188if (Mouse.Captured == _popupRoot) 1221PopupRoot root = popup._popupRoot; 1327if (_popupRoot != null) 1328TreeWalkHelper.InvalidateOnResourcesChange(_popupRoot, null, ResourcesChangeInfo.ThemeChangeInfo); 1451_popupRoot.IsHitTestVisible = hitTestable; 1471if (_popupRoot == null) 1474AddLogicalChild(_popupRoot); 1477_popupRoot.SetupLayoutBindings(this); 1536if (_popupRoot.Child != child) 1538_popupRoot.Child = child; 1556_secHelper.ForceMsaaToUiaBridge(_popupRoot); 1581_popupRoot.Opacity = 0.0; 1584_secHelper.SetWindowRootVisual(_popupRoot); 1656_popupRoot.Opacity = 1.0; 1703_popupRoot.StopAnimations(); 1710_popupRoot.SetupFadeAnimation(AnimationDelayTime, visible); 1716_popupRoot.SetupTranslateAnimations(animation, AnimationDelayTime, AnimateFromRight, AnimateFromBottom); 1859_popupRoot.Transform = new MatrixTransform(popupTransform); 2008if (_popupRoot == null) 2134childBounds = new Rect((Size)_secHelper.GetTransformToDevice().Transform((Point)_popupRoot.RenderSize)); 2407Vector offset = _popupRoot.AnimationOffset; 2410GeneralTransform childToPopupTransform = TransformToClient(child, _popupRoot);