3 writes to _forceLayoutElement
PresentationCore (3)
System\Windows\LayoutManager.cs (3)
60
_forceLayoutElement
= e;
426
_forceLayoutElement
= currentElement;
484
_forceLayoutElement
= null;
3 references to _forceLayoutElement
PresentationCore (3)
System\Windows\LayoutManager.cs (3)
477
if((
_forceLayoutElement
!= null) || _gotException)
479
if(
_forceLayoutElement
!= null)
481
markTreeDirty(
_forceLayoutElement
);