2 references to _bits
PresentationFramework (2)
System\Windows\Controls\TreeView.cs (2)
266
get { return
_bits
[(int)Bits.IsSelectionChangeActive]; }
267
set {
_bits
[(int)Bits.IsSelectionChangeActive] = value; }