4 references to _updateLayoutBackground
PresentationCore (4)
Core\CSharp\System\Windows\LayoutManager.cs (4)
240
Dispatcher.BeginInvoke(DispatcherPriority.Background,
_updateLayoutBackground
, this);
302
Dispatcher.BeginInvoke(DispatcherPriority.Background,
_updateLayoutBackground
, this);
370
Dispatcher.BeginInvoke(DispatcherPriority.Background,
_updateLayoutBackground
, this);
453
Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle,
_updateLayoutBackground
, this);