33 references to _popupRoot
PresentationFramework (33)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (33)
145if ((popup._popupRoot.Value != null) && (popup.IsOpen || popup._popupRoot.Value.Child != null)) 147popup._popupRoot.Value.Child = newChild; 1107Debug.Assert( Mouse.Captured == _popupRoot.Value, "_cacheValid[(int)CacheBits.CaptureEngaged] == true but Mouse.Captured != _popupRoot"); 1111if (_popupRoot.Value != null && e.OriginalSource == _popupRoot.Value) 1116if (_popupRoot.Value.InputHitTest(e.GetPosition(_popupRoot.Value)) == null) 1135if (!_cacheValid[(int)CacheBits.CaptureEngaged] && (_popupRoot.Value != null) && 1172Mouse.Capture(_popupRoot.Value, CaptureMode.SubTree); 1186if (Mouse.Captured == _popupRoot.Value) 1222PopupRoot root = popup._popupRoot.Value; 1326if (_popupRoot.Value != null) 1327TreeWalkHelper.InvalidateOnResourcesChange(_popupRoot.Value, null, ResourcesChangeInfo.ThemeChangeInfo); 1450_popupRoot.Value.IsHitTestVisible = hitTestable; 1476if (_popupRoot.Value == null) 1478_popupRoot.Value = new PopupRoot(); 1479AddLogicalChild(_popupRoot.Value); 1482_popupRoot.Value.SetupLayoutBindings(this); 1535if (_popupRoot.Value.Child != child) 1537_popupRoot.Value.Child = child; 1555_secHelper.ForceMsaaToUiaBridge(_popupRoot.Value); 1586_popupRoot.Value.Opacity = 0.0; 1589_secHelper.SetWindowRootVisual(_popupRoot.Value); 1649_popupRoot.Value.Opacity = 1.0; 1696_popupRoot.Value.StopAnimations(); 1703_popupRoot.Value.SetupFadeAnimation(AnimationDelayTime, visible); 1709_popupRoot.Value.SetupTranslateAnimations(animation, AnimationDelayTime, AnimateFromRight, AnimateFromBottom); 1858_popupRoot.Value.Transform = new MatrixTransform(popupTransform); 2007if (_popupRoot.Value == null) 2133childBounds = new Rect((Size)_secHelper.GetTransformToDevice().Transform((Point)_popupRoot.Value.RenderSize)); 2407Vector offset = _popupRoot.Value.AnimationOffset; 2410GeneralTransform childToPopupTransform = TransformToClient(child, _popupRoot.Value);