1 write to _parentPopup
PresentationFramework (1)
src\Framework\System\Windows\Controls\ToolTip.cs (1)
509_parentPopup = new Popup();
15 references to _parentPopup
PresentationFramework (15)
src\Framework\System\Windows\Controls\ToolTip.cs (15)
182if (t._parentPopup == null) 225if (tt._parentPopup == null || !tt._parentPopup.AllowsTransparency || !SystemParameters.DropShadow) 460if (!Popup.IsRootedInPopup(_parentPopup, this)) 470if (!Popup.IsRootedInPopup(_parentPopup, this)) 507Debug.Assert(_parentPopup == null, "_parentPopup should be null"); 511_parentPopup.AllowsTransparency = true; 515_parentPopup.HitTestable = !StaysOpen; 522_parentPopup.Opened += new EventHandler(OnPopupOpened); 523_parentPopup.Closed += new EventHandler(OnPopupClosed); 524_parentPopup.PopupCouldClose += new EventHandler(OnPopupCouldClose); 526_parentPopup.SetResourceReference(Popup.PopupAnimationProperty, SystemParameters.ToolTipPopupAnimationKey); 530Popup.CreateRootPopupInternal(_parentPopup, this, true); 535if (_parentPopup != null) 537_parentPopup.ForceClose();