3 references to ServiceOwnedProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\PopupControlService.cs (2)
501
_currentToolTip.SetValue(
ServiceOwnedProperty
, BooleanBoxes.TrueBox);
633
if ((bool)toolTip.GetValue(
ServiceOwnedProperty
))
src\Framework\System\Windows\Controls\ToolTip.cs (1)
493
(bool)GetValue(PopupControlService.
ServiceOwnedProperty
) &&