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