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