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