1 write to _collection
PresentationFramework (1)
System\Windows\Controls\RowDefinition.cs (1)
745
_collection
= collection;
12 references to _collection
PresentationFramework (12)
System\Windows\Controls\RowDefinition.cs (12)
747
_version =
_collection
!= null ?
_collection
._version : -1;
757
if (
_collection
== null)
765
if (_index < (
_collection
._size - 1))
768
_currentElement =
_collection
[_index];
773
_currentElement =
_collection
;
774
_index =
_collection
._size;
789
if (_currentElement ==
_collection
)
815
if (_currentElement ==
_collection
)
837
if (
_collection
== null)
847
_currentElement =
_collection
;
870
if (_version !=
_collection
._version)