1 write to _collection
PresentationFramework (1)
System\Windows\Controls\RowDefinition.cs (1)
746_collection = collection;
12 references to _collection
PresentationFramework (12)
System\Windows\Controls\RowDefinition.cs (12)
748_version = _collection != null ? _collection._version : -1; 758if (_collection == null) 766if (_index < (_collection._size - 1)) 769_currentElement = _collection[_index]; 774_currentElement = _collection; 775_index = _collection._size; 790if (_currentElement == _collection) 816if (_currentElement == _collection) 838if (_collection == null) 848_currentElement = _collection; 871if (_version != _collection._version)