6 writes to ShouldExecuteCommand
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (6)
743_firstGallery.ShouldExecuteCommand = IsDropDownOpen; 765_firstGallery.ShouldExecuteCommand = true; 1495_firstGallery.ShouldExecuteCommand = false; 1502_firstGallery.ShouldExecuteCommand = true; 1517_firstGallery.ShouldExecuteCommand = false; 1524_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) 1680if (ShouldExecuteCommand && e.OldValue != null) 1685if (ShouldExecuteCommand && e.NewValue != null)