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