50 references to Background
PresentationCore (10)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
315
Dispatcher.BeginInvoke(DispatcherPriority.
Background
, _updatePeer, this);
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (1)
903
_requerySuggestedOperation = dispatcher.BeginInvoke(DispatcherPriority.
Background
, new DispatcherOperationCallback(RaiseRequerySuggested), null);
Core\CSharp\System\Windows\Input\InputManager.cs (3)
201
_inputTimer = new DispatcherTimer(DispatcherPriority.
Background
);
985
DispatcherPriority.
Background
);
1027
DispatcherPriority.
Background
);
Core\CSharp\System\Windows\Interop\HwndPanningFeedback.cs (1)
104
_updatePanningOperation = _hwndSource.Dispatcher.BeginInvoke(DispatcherPriority.
Background
,
Core\CSharp\System\Windows\LayoutManager.cs (3)
240
Dispatcher.BeginInvoke(DispatcherPriority.
Background
, _updateLayoutBackground, this);
302
Dispatcher.BeginInvoke(DispatcherPriority.
Background
, _updateLayoutBackground, this);
370
Dispatcher.BeginInvoke(DispatcherPriority.
Background
, _updateLayoutBackground, this);
Core\CSharp\System\Windows\Media\MediaEventsHelper.cs (1)
344
_dispatcher.BeginInvoke(DispatcherPriority.
Background
, DispatcherMediaNewFrame, null);
PresentationFramework (35)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (2)
418
Dispatcher.BeginInvoke(DispatcherPriority.
Background
, new DispatcherOperationCallback(DoGetManifestCompleted), e);
837
DispatcherPriority.
Background
,
src\Framework\MS\Internal\Documents\DocumentGrid.cs (2)
1607
_makeVisibleDispatcher.Priority = DispatcherPriority.
Background
;
1790
Dispatcher.BeginInvoke(DispatcherPriority.
Background
,
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
633
_backgroundPaginationOperation = _document.Dispatcher.BeginInvoke(DispatcherPriority.
Background
, new DispatcherOperationCallback(OnBackgroundPagination), this);
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
1142
_throttleBackgroundTimer = new DispatcherTimer(DispatcherPriority.
Background
);
2290
this.Dispatcher.BeginInvoke(DispatcherPriority.
Background
, new DispatcherOperationCallback(OnBackgroundMeasure), null);
src\Framework\MS\Internal\Ink\HighContrastHelper.cs (1)
167
highContrastCallback.Dispatcher.BeginInvoke(DispatcherPriority.
Background
,
src\Framework\MS\Internal\PtsHost\BackgroundFormatInfo.cs (1)
98
_throttleBackgroundTimer = new DispatcherTimer(DispatcherPriority.
Background
);
src\Framework\MS\Internal\PtsHost\PtsCache.cs (1)
266
ptsContext.Dispatcher.BeginInvoke(DispatcherPriority.
Background
, new DispatcherOperationCallback(OnPtsContextReleased), null);
src\Framework\MS\Internal\PtsHost\PtsContext.cs (2)
337
this.Dispatcher.BeginInvoke(DispatcherPriority.
Background
, new DispatcherOperationCallback(OnDestroyPage), ptsPage);
382
this.Dispatcher.BeginInvoke(DispatcherPriority.
Background
, new DispatcherOperationCallback(OnDestroyBreakRecord), br);
src\Framework\MS\Internal\PtsHost\PtsPage.cs (1)
290
_backgroundFormatOperation = Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.
Background
, BackgroundUpdateCallback, this);
src\Framework\System\Windows\Annotations\AnnotationService.cs (2)
203
_asyncLoadOperation = _root.Dispatcher.BeginInvoke(DispatcherPriority.
Background
, new DispatcherOperationCallback(LoadAnnotationsAsync), this);
856
_asyncLoadFromListOperation = _root.Dispatcher.BeginInvoke(DispatcherPriority.
Background
, new DispatcherOperationCallback(LoadAnnotationsFromListAsync), leftover);
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (1)
2208
DispatcherPriority priority = wasMeasureDirty ? DispatcherPriority.
Background
: DispatcherPriority.Loaded;
src\Framework\System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
307
Dispatcher.Invoke((Action)delegate(){}, System.Windows.Threading.DispatcherPriority.
Background
);
src\Framework\System\Windows\Controls\DataGridTextColumn.cs (1)
285
Dispatcher.Invoke((Action)delegate(){}, System.Windows.Threading.DispatcherPriority.
Background
);
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
868
Dispatcher.BeginInvoke(DispatcherPriority.
Background
, new DispatcherOperationCallback(BringContentPositionIntoView), contentPosition);
src\Framework\System\Windows\Controls\MenuItem.cs (2)
647
menuItem.Dispatcher.BeginInvoke(DispatcherPriority.
Background
, new DispatcherOperationCallback(delegate(object param)
2053
parent.Dispatcher.BeginInvoke(DispatcherPriority.
Background
, new DispatcherOperationCallback(delegate(object param)
src\Framework\System\Windows\Controls\StickyNote.cs (1)
1356
this.Dispatcher.BeginInvoke(DispatcherPriority.
Background
, new DispatcherOperationCallback(AsyncTakeFocus), null);
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (6)
870
DispatcherOperation anchorOperation = Dispatcher.BeginInvoke(DispatcherPriority.
Background
, (Action)OnAnchorOperation);
4341
Dispatcher.BeginInvoke(DispatcherPriority.
Background
, measureCachesAction));
4370
clearIsScrollActiveOperation = Dispatcher.BeginInvoke(DispatcherPriority.
Background
,
4378
measureCachesOperation = Dispatcher.BeginInvoke(DispatcherPriority.
Background
,
4389
clearIsScrollActiveOperation = Dispatcher.BeginInvoke(DispatcherPriority.
Background
,
8730
_cleanupOperation = Dispatcher.BeginInvoke(DispatcherPriority.
Background
, new DispatcherOperationCallback(OnCleanUp), null);
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
329
Dispatcher.BeginInvoke(DispatcherPriority.
Background
, queueTask, asyncRequest);
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
410
Dispatcher.BeginInvoke(DispatcherPriority.
Background
, queueTask, asyncRequest);
src\Framework\System\windows\Documents\TextEditor.cs (1)
1639
Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.
Background
, new DispatcherOperationCallback(InitTextStore), null);
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (1)
682
Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.
Background
, new DispatcherOperationCallback(ReleaseCandidateList), null);
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
1625
Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.
Background
, new DispatcherOperationCallback(BackgroundInputCallback), This);
src\Framework\System\Windows\Markup\XamlReader.cs (1)
458
Post(DispatcherPriority.
Background
);
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
1216
Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.
Background
, new DispatcherOperationCallback(disposeItem.Dispatch), null);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
510
Dispatcher.BeginInvoke(DispatcherPriority.
Background
, new MethodInvoker(OnSelectionChangedIdle));
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
158
DispatcherPriority.
Background
,
WindowsBase (3)
Base\System\Windows\Threading\Dispatcher.cs (2)
406
return Yield(DispatcherPriority.
Background
);
3175
private static PriorityRange _backgroundPriorityRange = new PriorityRange(DispatcherPriority.
Background
, true, DispatcherPriority.Input, true);
Base\System\Windows\Threading\DispatcherTimer.cs (1)
20
public DispatcherTimer() : this(DispatcherPriority.
Background
) // NOTE: should be Priority Dispatcher.BackgroundPriority