2 references to ShowOnDisabledProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\ToolTipService.cs (2)
321return (bool)element.GetValue(ShowOnDisabledProperty); 335element.SetValue(ShowOnDisabledProperty, BooleanBoxes.Box(value));