2 implementations of SyncingKeyTipAndContent
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
728bool ISyncKeyTipAndContent.SyncingKeyTipAndContent
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1611bool ISyncKeyTipAndContent.SyncingKeyTipAndContent
2 writes to SyncingKeyTipAndContent
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (2)
34syncElement.SyncingKeyTipAndContent = true; 66syncElement.SyncingKeyTipAndContent = false;
3 references to SyncingKeyTipAndContent
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (3)
25if (syncElement.SyncingKeyTipAndContent) 74if (!syncElement.SyncingKeyTipAndContent) 119if (!syncElement.SyncingKeyTipAndContent)