5 writes to _currentElement
PresentationFramework (5)
System\Windows\Controls\RowDefinition.cs (5)
748
_currentElement
= collection;
768
_currentElement
= _collection[_index];
773
_currentElement
= _collection;
847
_currentElement
= _collection;
856
_currentElement
= null;
5 references to _currentElement
PresentationFramework (5)
System\Windows\Controls\RowDefinition.cs (5)
789
if (
_currentElement
== _collection)
802
return (
_currentElement
);
815
if (
_currentElement
== _collection)
828
return ((RowDefinition)
_currentElement
);
866
if (
_currentElement
== null)