1 write to _parentPopup
PresentationFramework (1)
System\Windows\Controls\ToolTip.cs (1)
516
_parentPopup
= new Popup();
17 references to _parentPopup
PresentationFramework (17)
System\Windows\Controls\ToolTip.cs (17)
172
if (t.
_parentPopup
== null)
215
if (tt.
_parentPopup
== null || !tt.
_parentPopup
.AllowsTransparency || !SystemParameters.DropShadow)
468
if (!Popup.IsRootedInPopup(
_parentPopup
, this))
478
if (!Popup.IsRootedInPopup(
_parentPopup
, this))
514
Debug.Assert(
_parentPopup
== null, "_parentPopup should be null");
518
_parentPopup
.AllowsTransparency = true;
522
_parentPopup
.HitTestable = !StaysOpen;
529
_parentPopup
.Opened += new EventHandler(OnPopupOpened);
530
_parentPopup
.Closed += new EventHandler(OnPopupClosed);
531
_parentPopup
.PopupCouldClose += new EventHandler(OnPopupCouldClose);
533
_parentPopup
.SetResourceReference(Popup.PopupAnimationProperty, SystemParameters.ToolTipPopupAnimationKey);
537
Popup.CreateRootPopupInternal(
_parentPopup
, this, true);
542
if (
_parentPopup
!= null)
544
_parentPopup
.ForceClose();
582
if (
_parentPopup
!= null)
584
return
_parentPopup
.GetWindowRect();