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