2 writes to _isUpdating
PresentationCore (2)
Core\CSharp\System\Windows\LayoutManager.cs (2)
256
_isUpdating
= true;
434
_isUpdating
= false;
2 references to _isUpdating
PresentationCore (2)
Core\CSharp\System\Windows\LayoutManager.cs (2)
122
if(!_layoutRequestPosted && !
_isUpdating
)
214
if (!
_isUpdating
&& EventTrace.IsEnabled(etwKeywords, EventTrace.Level.Info))