3 references to ServiceOwnedProperty
PresentationFramework (3)
System\Windows\Controls\PopupControlService.cs (2)
443
_currentToolTip.SetValue(
ServiceOwnedProperty
, BooleanBoxes.TrueBox);
638
if ((bool)tooltip.GetValue(
ServiceOwnedProperty
))
System\Windows\Controls\ToolTip.cs (1)
488
(bool)GetValue(PopupControlService.
ServiceOwnedProperty
) &&