2 writes to _isUpdating
PresentationCore (2)
System\Windows\LayoutManager.cs (2)
254
_isUpdating
= true;
430
_isUpdating
= false;
2 references to _isUpdating
PresentationCore (2)
System\Windows\LayoutManager.cs (2)
122
if(!_layoutRequestPosted && !
_isUpdating
)
212
if (!
_isUpdating
&& EventTrace.IsEnabled(etwKeywords, EventTrace.Level.Info))