6 writes to ShouldExecuteCommand
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (6)
743_firstGallery.ShouldExecuteCommand = IsDropDownOpen; 765_firstGallery.ShouldExecuteCommand = true; 1492_firstGallery.ShouldExecuteCommand = false; 1499_firstGallery.ShouldExecuteCommand = true; 1514_firstGallery.ShouldExecuteCommand = false; 1521_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)