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;
762
if (
_collection
== null)
770
if (_index < (
_collection
._size - 1))
773
_currentElement =
_collection
[_index];
778
_currentElement =
_collection
;
779
_index =
_collection
._size;
794
if (_currentElement ==
_collection
)
820
if (_currentElement ==
_collection
)
842
if (
_collection
== null)
852
_currentElement =
_collection
;
875
if (_version !=
_collection
._version)