4 references to _updateLayoutBackground
PresentationCore (4)
System\Windows\LayoutManager.cs (4)
238
Dispatcher.BeginInvoke(DispatcherPriority.Background,
_updateLayoutBackground
, this);
299
Dispatcher.BeginInvoke(DispatcherPriority.Background,
_updateLayoutBackground
, this);
367
Dispatcher.BeginInvoke(DispatcherPriority.Background,
_updateLayoutBackground
, this);
449
Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle,
_updateLayoutBackground
, this);