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;
763
if (
_collection
== null)
771
if (_index < (
_collection
._size - 1))
774
_currentElement =
_collection
[_index];
779
_currentElement =
_collection
;
780
_index =
_collection
._size;
795
if (_currentElement ==
_collection
)
821
if (_currentElement ==
_collection
)
843
if (
_collection
== null)
853
_currentElement =
_collection
;
876
if (_version !=
_collection
._version)