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)
642if (ShouldExecuteCommand && !e.Handled && e.NewValue != null) 1678if (ShouldExecuteCommand && e.OldValue != null) 1683if (ShouldExecuteCommand && e.NewValue != null)