2 implementations of SyncingKeyTipAndContent
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
731bool ISyncKeyTipAndContent.SyncingKeyTipAndContent
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1628bool ISyncKeyTipAndContent.SyncingKeyTipAndContent
2 writes to SyncingKeyTipAndContent
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (2)
36syncElement.SyncingKeyTipAndContent = true; 69syncElement.SyncingKeyTipAndContent = false;
3 references to SyncingKeyTipAndContent
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (3)
27if (syncElement.SyncingKeyTipAndContent) 77if (!syncElement.SyncingKeyTipAndContent) 122if (!syncElement.SyncingKeyTipAndContent)