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