2 references to ShowDurationProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\ToolTipService.cs (2)
446
return (int)element.GetValue(
ShowDurationProperty
);
460
element.SetValue(
ShowDurationProperty
, value);