22 references to KeyTipProperty
System.Windows.Controls.Ribbon (22)
Microsoft\Windows\Controls\KeyTipService.cs (3)
62return (string)element.GetValue(KeyTipProperty); 71element.SetValue(KeyTipProperty, value); 604d.ClearValue(KeyTipProperty);
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
547KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
563KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
742KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonGalleryItem), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnKeyTipChanged), new CoerceValueCallback(CoerceKeyTip)));
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
1614KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonGroup));
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2252if (markupProp.DependencyProperty == KeyTipService.KeyTipProperty ||
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (2)
62element.CoerceValue(KeyTipService.KeyTipProperty); 126element.CoerceValue(KeyTipService.KeyTipProperty);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1638KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1748KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonMenuItem),
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (2)
586PropertyHelper.IsDefaultValue(contentChild, KeyTipService.KeyTipProperty)) 607PropertyHelper.IsDefaultValue(contentChild, KeyTipService.KeyTipProperty))
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
579KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (3)
53KeyTipService.KeyTipProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(new PropertyChangedCallback(OnKeyTipChanged))); 817tabHeader?.CoerceValue(KeyTipService.KeyTipProperty); 824KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonTab));
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (2)
44KeyTipService.KeyTipProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(null, new CoerceValueCallback(CoerceKeyTip))); 402CoerceValue(KeyTipService.KeyTipProperty);
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
668KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
598KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonToggleButton));