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