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