1 write to _collection
PresentationFramework (1)
System\Windows\Controls\ColumnDefinition.cs (1)
750_collection = collection;
12 references to _collection
PresentationFramework (12)
System\Windows\Controls\ColumnDefinition.cs (12)
752_version = _collection != null ? _collection._version : -1; 762if (_collection == null) 770if (_index < (_collection._size - 1)) 773_currentElement = _collection[_index]; 778_currentElement = _collection; 779_index = _collection._size; 794if (_currentElement == _collection) 820if (_currentElement == _collection) 842if (_collection == null) 852_currentElement = _collection; 875if (_version != _collection._version)