1 write to _parentPopup
PresentationFramework (1)
System\Windows\Controls\ToolTip.cs (1)
503_parentPopup = new Popup
15 references to _parentPopup
PresentationFramework (15)
System\Windows\Controls\ToolTip.cs (15)
159if (t._parentPopup == null) 202if (tt._parentPopup == null || !tt._parentPopup.AllowsTransparency || !SystemParameters.DropShadow) 455if (!Popup.IsRootedInPopup(_parentPopup, this)) 465if (!Popup.IsRootedInPopup(_parentPopup, this)) 501Debug.Assert(_parentPopup == null, "_parentPopup should be null"); 517_parentPopup.Opened += new EventHandler(OnPopupOpened); 518_parentPopup.Closed += new EventHandler(OnPopupClosed); 519_parentPopup.PopupCouldClose += new EventHandler(OnPopupCouldClose); 521_parentPopup.SetResourceReference(Popup.PopupAnimationProperty, SystemParameters.ToolTipPopupAnimationKey); 525Popup.CreateRootPopupInternal(_parentPopup, this, true); 530if (_parentPopup != null) 532_parentPopup.ForceClose(); 570if (_parentPopup != null) 572return _parentPopup.GetWindowRect();