4 references to _updateLayoutBackground
PresentationCore (4)
System\Windows\LayoutManager.cs (4)
221
Dispatcher.BeginInvoke(DispatcherPriority.Background,
_updateLayoutBackground
, this);
282
Dispatcher.BeginInvoke(DispatcherPriority.Background,
_updateLayoutBackground
, this);
350
Dispatcher.BeginInvoke(DispatcherPriority.Background,
_updateLayoutBackground
, this);
432
Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle,
_updateLayoutBackground
, this);