1 write to _collection
PresentationFramework (1)
System\Windows\Controls\RowDefinition.cs (1)
792
_collection
= collection;
12 references to _collection
PresentationFramework (12)
System\Windows\Controls\RowDefinition.cs (12)
794
_version =
_collection
!= null ?
_collection
._version : -1;
804
if (
_collection
== null)
812
if (_index < (
_collection
._size - 1))
815
_currentElement =
_collection
[_index];
820
_currentElement =
_collection
;
821
_index =
_collection
._size;
836
if (_currentElement ==
_collection
)
862
if (_currentElement ==
_collection
)
884
if (
_collection
== null)
894
_currentElement =
_collection
;
917
if (_version !=
_collection
._version)