1 write to _collection
PresentationFramework (1)
System\Windows\Controls\RowDefinition.cs (1)
792_collection = collection;
12 references to _collection
PresentationFramework (12)
System\Windows\Controls\RowDefinition.cs (12)
794_version = _collection != null ? _collection._version : -1; 804if (_collection == null) 812if (_index < (_collection._size - 1)) 815_currentElement = _collection[_index]; 820_currentElement = _collection; 821_index = _collection._size; 836if (_currentElement == _collection) 862if (_currentElement == _collection) 884if (_collection == null) 894_currentElement = _collection; 917if (_version != _collection._version)