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)
644if (ShouldExecuteCommand && !e.Handled && e.NewValue != null) 1682if (ShouldExecuteCommand && e.OldValue != null) 1687if (ShouldExecuteCommand && e.NewValue != null)