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)
494if((_forceLayoutElement != null) || _gotException) 496if(_forceLayoutElement != null) 498markTreeDirty(_forceLayoutElement);