1 write to _collection
PresentationFramework (1)
System\Windows\Controls\RowDefinition.cs (1)
745_collection = collection;
12 references to _collection
PresentationFramework (12)
System\Windows\Controls\RowDefinition.cs (12)
747_version = _collection != null ? _collection._version : -1; 757if (_collection == null) 765if (_index < (_collection._size - 1)) 768_currentElement = _collection[_index]; 773_currentElement = _collection; 774_index = _collection._size; 789if (_currentElement == _collection) 815if (_currentElement == _collection) 837if (_collection == null) 847_currentElement = _collection; 870if (_version != _collection._version)