2 implementations of SyncingKeyTipAndContent
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
729bool ISyncKeyTipAndContent.SyncingKeyTipAndContent
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1625bool ISyncKeyTipAndContent.SyncingKeyTipAndContent
2 writes to SyncingKeyTipAndContent
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (2)
35syncElement.SyncingKeyTipAndContent = true; 68syncElement.SyncingKeyTipAndContent = false;
3 references to SyncingKeyTipAndContent
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (3)
26if (syncElement.SyncingKeyTipAndContent) 76if (!syncElement.SyncingKeyTipAndContent) 121if (!syncElement.SyncingKeyTipAndContent)