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)
477if((_forceLayoutElement != null) || _gotException) 479if(_forceLayoutElement != null) 481markTreeDirty(_forceLayoutElement);