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