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