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