1 write to _collection
PresentationFramework (1)
System\Windows\Controls\RowDefinition.cs (1)
763_collection = collection;
12 references to _collection
PresentationFramework (12)
System\Windows\Controls\RowDefinition.cs (12)
765_version = _collection != null ? _collection._version : -1; 775if (_collection == null) 783if (_index < (_collection._size - 1)) 786_currentElement = _collection[_index]; 791_currentElement = _collection; 792_index = _collection._size; 807if (_currentElement == _collection) 833if (_currentElement == _collection) 855if (_collection == null) 865_currentElement = _collection; 888if (_version != _collection._version)