4 references to _updateLayoutBackground
PresentationCore (4)
System\Windows\LayoutManager.cs (4)
222
Dispatcher.BeginInvoke(DispatcherPriority.Background,
_updateLayoutBackground
, this);
283
Dispatcher.BeginInvoke(DispatcherPriority.Background,
_updateLayoutBackground
, this);
351
Dispatcher.BeginInvoke(DispatcherPriority.Background,
_updateLayoutBackground
, this);
433
Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle,
_updateLayoutBackground
, this);