2 implementations of IsKeyTipSyncSource
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
722
bool ISyncKeyTipAndContent.
IsKeyTipSyncSource
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1605
bool ISyncKeyTipAndContent.
IsKeyTipSyncSource
2 writes to IsKeyTipSyncSource
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (2)
50
syncElement.
IsKeyTipSyncSource
= true;
57
syncElement.
IsKeyTipSyncSource
= false;
4 references to IsKeyTipSyncSource
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (4)
79
if (syncElement.
IsKeyTipSyncSource
)
95
!syncElement.
IsKeyTipSyncSource
)
124
if (!syncElement.
IsKeyTipSyncSource
)
139
syncElement.
IsKeyTipSyncSource
)