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