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)
172if (t._parentPopup == null) 215if (tt._parentPopup == null || !tt._parentPopup.AllowsTransparency || !SystemParameters.DropShadow) 468if (!Popup.IsRootedInPopup(_parentPopup, this)) 478if (!Popup.IsRootedInPopup(_parentPopup, this)) 514Debug.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); 537Popup.CreateRootPopupInternal(_parentPopup, this, true); 542if (_parentPopup != null) 544_parentPopup.ForceClose(); 582if (_parentPopup != null) 584return _parentPopup.GetWindowRect();