3 references to ShowsToolTipOnKeyboardFocusProperty
PresentationFramework (3)
System\Windows\Controls\ToolTip.cs (1)
333
ToolTipService.
ShowsToolTipOnKeyboardFocusProperty
.AddOwner(typeof(ToolTip));
System\Windows\Controls\ToolTipService.cs (2)
475
return (bool?)element.GetValue(
ShowsToolTipOnKeyboardFocusProperty
);
486
element.SetValue(
ShowsToolTipOnKeyboardFocusProperty
, BooleanBoxes.Box(value));