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