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;
809
if (
_collection
== null)
817
if (_index < (
_collection
._size - 1))
820
_currentElement =
_collection
[_index];
825
_currentElement =
_collection
;
826
_index =
_collection
._size;
841
if (_currentElement ==
_collection
)
867
if (_currentElement ==
_collection
)
889
if (
_collection
== null)
899
_currentElement =
_collection
;
922
if (_version !=
_collection
._version)