1 write to _leftSize
PresentationFramework (1)
src\Framework\MS\Internal\Data\RBNode.cs (1)
51public int LeftSize { get { return _leftSize; } set { _leftSize = value; OnPropertyChanged("LeftSize"); } }
1 reference to _leftSize
PresentationFramework (1)
src\Framework\MS\Internal\Data\RBNode.cs (1)
51public int LeftSize { get { return _leftSize; } set { _leftSize = value; OnPropertyChanged("LeftSize"); } }