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