1 write to _collection
PresentationFramework (1)
System\Windows\Controls\ColumnDefinition.cs (1)
797_collection = collection;
12 references to _collection
PresentationFramework (12)
System\Windows\Controls\ColumnDefinition.cs (12)
799_version = _collection != null ? _collection._version : -1; 809if (_collection == null) 817if (_index < (_collection._size - 1)) 820_currentElement = _collection[_index]; 825_currentElement = _collection; 826_index = _collection._size; 841if (_currentElement == _collection) 867if (_currentElement == _collection) 889if (_collection == null) 899_currentElement = _collection; 922if (_version != _collection._version)