3 writes to _forceLayoutElement
PresentationCore (3)
System\Windows\LayoutManager.cs (3)
77
_forceLayoutElement
= e;
443
_forceLayoutElement
= currentElement;
501
_forceLayoutElement
= null;
3 references to _forceLayoutElement
PresentationCore (3)
System\Windows\LayoutManager.cs (3)
494
if((
_forceLayoutElement
!= null) || _gotException)
496
if(
_forceLayoutElement
!= null)
498
markTreeDirty(
_forceLayoutElement
);