5 writes to _currentElement
PresentationFramework (5)
System\Windows\Controls\RowDefinition.cs (5)
756
_currentElement
= collection;
776
_currentElement
= _collection[_index];
781
_currentElement
= _collection;
855
_currentElement
= _collection;
864
_currentElement
= null;
5 references to _currentElement
PresentationFramework (5)
System\Windows\Controls\RowDefinition.cs (5)
797
if (
_currentElement
== _collection)
810
return (
_currentElement
);
823
if (
_currentElement
== _collection)
836
return ((RowDefinition)
_currentElement
);
874
if (
_currentElement
== null)