6 writes to ShouldExecuteCommand
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (6)
745
_firstGallery.
ShouldExecuteCommand
= IsDropDownOpen;
767
_firstGallery.
ShouldExecuteCommand
= true;
1497
_firstGallery.
ShouldExecuteCommand
= false;
1504
_firstGallery.
ShouldExecuteCommand
= true;
1519
_firstGallery.
ShouldExecuteCommand
= false;
1526
_firstGallery.
ShouldExecuteCommand
= true;
3 references to ShouldExecuteCommand
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (3)
644
if (
ShouldExecuteCommand
&& !e.Handled && e.NewValue != null)
1682
if (
ShouldExecuteCommand
&& e.OldValue != null)
1687
if (
ShouldExecuteCommand
&& e.NewValue != null)