2 implementations of KeepKeyTipAndContentInSync
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
719bool ISyncKeyTipAndContent.KeepKeyTipAndContentInSync
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1616bool ISyncKeyTipAndContent.KeepKeyTipAndContentInSync
8 writes to KeepKeyTipAndContentInSync
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (8)
52syncElement.KeepKeyTipAndContentInSync = true; 59syncElement.KeepKeyTipAndContentInSync = true; 81syncElement.KeepKeyTipAndContentInSync = false; 100syncElement.KeepKeyTipAndContentInSync = false; 109syncElement.KeepKeyTipAndContentInSync = true; 126syncElement.KeepKeyTipAndContentInSync = false; 144syncElement.KeepKeyTipAndContentInSync = false; 157syncElement.KeepKeyTipAndContentInSync = true;
5 references to KeepKeyTipAndContentInSync
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (5)
37if (!syncElement.KeepKeyTipAndContentInSync) 79if (syncElement.KeepKeyTipAndContentInSync) 97if (syncElement.KeepKeyTipAndContentInSync && 124if (syncElement.KeepKeyTipAndContentInSync) 141if (syncElement.KeepKeyTipAndContentInSync &&