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)
499if((_forceLayoutElement != null) || _gotException) 501if(_forceLayoutElement != null) 503markTreeDirty(_forceLayoutElement);