3 writes to _forceLayoutElement
PresentationCore (3)
System\Windows\LayoutManager.cs (3)
61
_forceLayoutElement
= e;
427
_forceLayoutElement
= currentElement;
485
_forceLayoutElement
= null;
3 references to _forceLayoutElement
PresentationCore (3)
System\Windows\LayoutManager.cs (3)
478
if((
_forceLayoutElement
!= null) || _gotException)
480
if(
_forceLayoutElement
!= null)
482
markTreeDirty(
_forceLayoutElement
);