1 write to _parentPopup
PresentationFramework (1)
System\Windows\Controls\ToolTip.cs (1)
501_parentPopup = new Popup
14 references to _parentPopup
PresentationFramework (14)
System\Windows\Controls\ToolTip.cs (14)
158if (t._parentPopup == null) 200if (tt._parentPopup == null || !tt._parentPopup.AllowsTransparency || !SystemParameters.DropShadow) 453if (!Popup.IsRootedInPopup(_parentPopup, this)) 463if (!Popup.IsRootedInPopup(_parentPopup, this)) 499Debug.Assert(_parentPopup == null, "_parentPopup should be null"); 515_parentPopup.Opened += new EventHandler(OnPopupOpened); 516_parentPopup.Closed += new EventHandler(OnPopupClosed); 517_parentPopup.PopupCouldClose += new EventHandler(OnPopupCouldClose); 519_parentPopup.SetResourceReference(Popup.PopupAnimationProperty, SystemParameters.ToolTipPopupAnimationKey); 523Popup.CreateRootPopupInternal(_parentPopup, this, true); 528_parentPopup?.ForceClose(); 565if (_parentPopup != null) 567return _parentPopup.GetWindowRect();