2 writes to _isUpdating
PresentationCore (2)
System\Windows\LayoutManager.cs (2)
238
_isUpdating
= true;
414
_isUpdating
= false;
2 references to _isUpdating
PresentationCore (2)
System\Windows\LayoutManager.cs (2)
106
if(!_layoutRequestPosted && !
_isUpdating
)
196
if (!
_isUpdating
&& EventTrace.IsEnabled(etwKeywords, EventTrace.Level.Info))