3 writes to _forceLayoutElement
PresentationCore (3)
Core\CSharp\System\Windows\LayoutManager.cs (3)
77
_forceLayoutElement
= e;
447
_forceLayoutElement
= currentElement;
506
_forceLayoutElement
= null;
3 references to _forceLayoutElement
PresentationCore (3)
Core\CSharp\System\Windows\LayoutManager.cs (3)
499
if((
_forceLayoutElement
!= null) || _gotException)
501
if(
_forceLayoutElement
!= null)
503
markTreeDirty(
_forceLayoutElement
);