2 implementations of KeepKeyTipAndContentInSync
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
717bool ISyncKeyTipAndContent.KeepKeyTipAndContentInSync
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1613bool ISyncKeyTipAndContent.KeepKeyTipAndContentInSync
8 writes to KeepKeyTipAndContentInSync
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (8)
51syncElement.KeepKeyTipAndContentInSync = true; 58syncElement.KeepKeyTipAndContentInSync = true; 80syncElement.KeepKeyTipAndContentInSync = false; 99syncElement.KeepKeyTipAndContentInSync = false; 108syncElement.KeepKeyTipAndContentInSync = true; 125syncElement.KeepKeyTipAndContentInSync = false; 143syncElement.KeepKeyTipAndContentInSync = false; 156syncElement.KeepKeyTipAndContentInSync = true;
5 references to KeepKeyTipAndContentInSync
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (5)
36if (!syncElement.KeepKeyTipAndContentInSync) 78if (syncElement.KeepKeyTipAndContentInSync) 96if (syncElement.KeepKeyTipAndContentInSync && 123if (syncElement.KeepKeyTipAndContentInSync) 140if (syncElement.KeepKeyTipAndContentInSync &&