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