3 references to CanExecute
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (3)
241
get { return _bits[(int)Bits.
CanExecute
]; }
244
_bits[(int)Bits.
CanExecute
] = value;
620
private BitVector32 _bits = new BitVector32((int)Bits.
CanExecute
);