5 writes to _currentElement
PresentationFramework (5)
System\Windows\Controls\RowDefinition.cs (5)
795
_currentElement
= collection;
815
_currentElement
= _collection[_index];
820
_currentElement
= _collection;
894
_currentElement
= _collection;
903
_currentElement
= null;
5 references to _currentElement
PresentationFramework (5)
System\Windows\Controls\RowDefinition.cs (5)
836
if (
_currentElement
== _collection)
849
return (
_currentElement
);
862
if (
_currentElement
== _collection)
875
return ((RowDefinition)
_currentElement
);
913
if (
_currentElement
== null)