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