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)
158
if (t.
_parentPopup
== null)
200
if (tt.
_parentPopup
== null || !tt.
_parentPopup
.AllowsTransparency || !SystemParameters.DropShadow)
453
if (!Popup.IsRootedInPopup(
_parentPopup
, this))
463
if (!Popup.IsRootedInPopup(
_parentPopup
, this))
499
Debug.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);
523
Popup.CreateRootPopupInternal(
_parentPopup
, this, true);
528
_parentPopup
?.ForceClose();
565
if (
_parentPopup
!= null)
567
return
_parentPopup
.GetWindowRect();