2 implementations of KeepKeyTipAndContentInSync
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
716bool ISyncKeyTipAndContent.KeepKeyTipAndContentInSync
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1599bool ISyncKeyTipAndContent.KeepKeyTipAndContentInSync
8 writes to KeepKeyTipAndContentInSync
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (8)
49syncElement.KeepKeyTipAndContentInSync = true; 56syncElement.KeepKeyTipAndContentInSync = true; 78syncElement.KeepKeyTipAndContentInSync = false; 97syncElement.KeepKeyTipAndContentInSync = false; 106syncElement.KeepKeyTipAndContentInSync = true; 123syncElement.KeepKeyTipAndContentInSync = false; 141syncElement.KeepKeyTipAndContentInSync = false; 154syncElement.KeepKeyTipAndContentInSync = true;
5 references to KeepKeyTipAndContentInSync
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (5)
35if (!syncElement.KeepKeyTipAndContentInSync) 76if (syncElement.KeepKeyTipAndContentInSync) 94if (syncElement.KeepKeyTipAndContentInSync && 121if (syncElement.KeepKeyTipAndContentInSync) 138if (syncElement.KeepKeyTipAndContentInSync &&