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)
1601bool ISyncKeyTipAndContent.KeepKeyTipAndContentInSync
8 writes to KeepKeyTipAndContentInSync
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (8)
50syncElement.KeepKeyTipAndContentInSync = true; 57syncElement.KeepKeyTipAndContentInSync = true; 79syncElement.KeepKeyTipAndContentInSync = false; 98syncElement.KeepKeyTipAndContentInSync = false; 107syncElement.KeepKeyTipAndContentInSync = true; 124syncElement.KeepKeyTipAndContentInSync = false; 142syncElement.KeepKeyTipAndContentInSync = false; 155syncElement.KeepKeyTipAndContentInSync = true;
5 references to KeepKeyTipAndContentInSync
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (5)
36if (!syncElement.KeepKeyTipAndContentInSync) 77if (syncElement.KeepKeyTipAndContentInSync) 95if (syncElement.KeepKeyTipAndContentInSync && 122if (syncElement.KeepKeyTipAndContentInSync) 139if (syncElement.KeepKeyTipAndContentInSync &&