6 writes to ShouldExecuteCommand
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (6)
741
_firstGallery.
ShouldExecuteCommand
= IsDropDownOpen;
763
_firstGallery.
ShouldExecuteCommand
= true;
1493
_firstGallery.
ShouldExecuteCommand
= false;
1500
_firstGallery.
ShouldExecuteCommand
= true;
1515
_firstGallery.
ShouldExecuteCommand
= false;
1522
_firstGallery.
ShouldExecuteCommand
= true;
3 references to ShouldExecuteCommand
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (3)
642
if (
ShouldExecuteCommand
&& !e.Handled && e.NewValue != null)
1678
if (
ShouldExecuteCommand
&& e.OldValue != null)
1683
if (
ShouldExecuteCommand
&& e.NewValue != null)