5 writes to _currentElement
PresentationFramework (5)
System\Windows\Controls\RowDefinition.cs (5)
749
_currentElement
= collection;
769
_currentElement
= _collection[_index];
774
_currentElement
= _collection;
848
_currentElement
= _collection;
857
_currentElement
= null;
5 references to _currentElement
PresentationFramework (5)
System\Windows\Controls\RowDefinition.cs (5)
790
if (
_currentElement
== _collection)
803
return (
_currentElement
);
816
if (
_currentElement
== _collection)
829
return ((RowDefinition)
_currentElement
);
867
if (
_currentElement
== null)