6 writes to ShouldExecuteCommand
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (6)
734_firstGallery.ShouldExecuteCommand = IsDropDownOpen; 756_firstGallery.ShouldExecuteCommand = true; 1483_firstGallery.ShouldExecuteCommand = false; 1490_firstGallery.ShouldExecuteCommand = true; 1505_firstGallery.ShouldExecuteCommand = false; 1512_firstGallery.ShouldExecuteCommand = true;
3 references to ShouldExecuteCommand
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (3)
643if (ShouldExecuteCommand && !e.Handled && e.NewValue != null) 1681if (ShouldExecuteCommand && e.OldValue != null) 1686if (ShouldExecuteCommand && e.NewValue != null)