1 write to _collection
PresentationFramework (1)
System\Windows\Controls\ColumnDefinition.cs (1)
751_collection = collection;
12 references to _collection
PresentationFramework (12)
System\Windows\Controls\ColumnDefinition.cs (12)
753_version = _collection != null ? _collection._version : -1; 763if (_collection == null) 771if (_index < (_collection._size - 1)) 774_currentElement = _collection[_index]; 779_currentElement = _collection; 780_index = _collection._size; 795if (_currentElement == _collection) 821if (_currentElement == _collection) 843if (_collection == null) 853_currentElement = _collection; 876if (_version != _collection._version)