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