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)
478if((_forceLayoutElement != null) || _gotException) 480if(_forceLayoutElement != null) 482markTreeDirty(_forceLayoutElement);