1 write to _collection
PresentationFramework (1)
System\Windows\Controls\ColumnDefinition.cs (1)
763
_collection
= collection;
12 references to _collection
PresentationFramework (12)
System\Windows\Controls\ColumnDefinition.cs (12)
765
_version =
_collection
!= null ?
_collection
._version : -1;
775
if (
_collection
== null)
783
if (_index < (
_collection
._size - 1))
786
_currentElement =
_collection
[_index];
791
_currentElement =
_collection
;
792
_index =
_collection
._size;
807
if (_currentElement ==
_collection
)
833
if (_currentElement ==
_collection
)
855
if (
_collection
== null)
865
_currentElement =
_collection
;
888
if (_version !=
_collection
._version)