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)
182
if (t.
_parentPopup
== null)
225
if (tt.
_parentPopup
== null || !tt.
_parentPopup
.AllowsTransparency || !SystemParameters.DropShadow)
460
if (!Popup.IsRootedInPopup(
_parentPopup
, this))
470
if (!Popup.IsRootedInPopup(
_parentPopup
, this))
507
Debug.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);
530
Popup.CreateRootPopupInternal(
_parentPopup
, this, true);
535
if (
_parentPopup
!= null)
537
_parentPopup
.ForceClose();