22 references to KeyTipProperty
System.Windows.Controls.Ribbon (22)
Microsoft\Windows\Controls\KeyTipService.cs (3)
65return (string)element.GetValue(KeyTipProperty); 74element.SetValue(KeyTipProperty, value); 610d.ClearValue(KeyTipProperty);
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
551KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
566KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
745KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonGalleryItem), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnKeyTipChanged), new CoerceValueCallback(CoerceKeyTip)));
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
1627KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonGroup));
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2278if (markupProp.DependencyProperty == KeyTipService.KeyTipProperty ||
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (2)
65element.CoerceValue(KeyTipService.KeyTipProperty); 129element.CoerceValue(KeyTipService.KeyTipProperty);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1651KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1765KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonMenuItem),
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (2)
604PropertyHelper.IsDefaultValue(contentChild, KeyTipService.KeyTipProperty)) 625PropertyHelper.IsDefaultValue(contentChild, KeyTipService.KeyTipProperty))
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
582KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (3)
56KeyTipService.KeyTipProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(new PropertyChangedCallback(OnKeyTipChanged))); 849tabHeader.CoerceValue(KeyTipService.KeyTipProperty); 857KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonTab));
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (2)
47KeyTipService.KeyTipProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(null, new CoerceValueCallback(CoerceKeyTip))); 405CoerceValue(KeyTipService.KeyTipProperty);
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
671KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
601KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonToggleButton));