1 write to _collection
PresentationFramework (1)
System\Windows\Controls\RowDefinition.cs (1)
746
_collection
= collection;
12 references to _collection
PresentationFramework (12)
System\Windows\Controls\RowDefinition.cs (12)
748
_version =
_collection
!= null ?
_collection
._version : -1;
758
if (
_collection
== null)
766
if (_index < (
_collection
._size - 1))
769
_currentElement =
_collection
[_index];
774
_currentElement =
_collection
;
775
_index =
_collection
._size;
790
if (_currentElement ==
_collection
)
816
if (_currentElement ==
_collection
)
838
if (
_collection
== null)
848
_currentElement =
_collection
;
871
if (_version !=
_collection
._version)