22 references to KeyTipProperty
System.Windows.Controls.Ribbon (22)
Microsoft\Windows\Controls\KeyTipService.cs (3)
63
return (string)element.GetValue(
KeyTipProperty
);
72
element.SetValue(
KeyTipProperty
, value);
608
d.ClearValue(
KeyTipProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
548
KeyTipService.
KeyTipProperty
.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
564
KeyTipService.
KeyTipProperty
.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
743
KeyTipService.
KeyTipProperty
.AddOwner(typeof(RibbonGalleryItem), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnKeyTipChanged), new CoerceValueCallback(CoerceKeyTip)));
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
1624
KeyTipService.
KeyTipProperty
.AddOwner(typeof(RibbonGroup));
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2273
if (markupProp.DependencyProperty == KeyTipService.
KeyTipProperty
||
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (2)
64
element.CoerceValue(KeyTipService.
KeyTipProperty
);
128
element.CoerceValue(KeyTipService.
KeyTipProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1648
KeyTipService.
KeyTipProperty
.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1762
KeyTipService.
KeyTipProperty
.AddOwner(typeof(RibbonMenuItem),
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (2)
599
PropertyHelper.IsDefaultValue(contentChild, KeyTipService.
KeyTipProperty
))
620
PropertyHelper.IsDefaultValue(contentChild, KeyTipService.
KeyTipProperty
))
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
580
KeyTipService.
KeyTipProperty
.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (3)
54
KeyTipService.
KeyTipProperty
.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(new PropertyChangedCallback(OnKeyTipChanged)));
847
tabHeader.CoerceValue(KeyTipService.
KeyTipProperty
);
855
KeyTipService.
KeyTipProperty
.AddOwner(typeof(RibbonTab));
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (2)
45
KeyTipService.
KeyTipProperty
.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(null, new CoerceValueCallback(CoerceKeyTip)));
403
CoerceValue(KeyTipService.
KeyTipProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
669
KeyTipService.
KeyTipProperty
.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
599
KeyTipService.
KeyTipProperty
.AddOwner(typeof(RibbonToggleButton));