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