6 writes to ShouldExecuteCommand
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (6)
743
_firstGallery.
ShouldExecuteCommand
= IsDropDownOpen;
765
_firstGallery.
ShouldExecuteCommand
= true;
1492
_firstGallery.
ShouldExecuteCommand
= false;
1499
_firstGallery.
ShouldExecuteCommand
= true;
1514
_firstGallery.
ShouldExecuteCommand
= false;
1521
_firstGallery.
ShouldExecuteCommand
= true;
3 references to ShouldExecuteCommand
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (3)
643
if (
ShouldExecuteCommand
&& !e.Handled && e.NewValue != null)
1681
if (
ShouldExecuteCommand
&& e.OldValue != null)
1686
if (
ShouldExecuteCommand
&& e.NewValue != null)