3 references to ShouldExecuteCommand
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (3)
657
get { return _bits[(int)Bits.
ShouldExecuteCommand
]; }
658
set { _bits[(int)Bits.
ShouldExecuteCommand
] = value; }
3222
private BitVector32 _bits = new BitVector32((int)Bits.CanExecute | (int)Bits.
ShouldExecuteCommand
| (int)Bits.ShouldGalleryItemsAcquireFocus);