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