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