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