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