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