50 references to Background
PresentationCore (10)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
315Dispatcher.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); 985DispatcherPriority.Background); 1027DispatcherPriority.Background);
Core\CSharp\System\Windows\Interop\HwndPanningFeedback.cs (1)
104_updatePanningOperation = _hwndSource.Dispatcher.BeginInvoke(DispatcherPriority.Background,
Core\CSharp\System\Windows\LayoutManager.cs (3)
240Dispatcher.BeginInvoke(DispatcherPriority.Background, _updateLayoutBackground, this); 302Dispatcher.BeginInvoke(DispatcherPriority.Background, _updateLayoutBackground, this); 370Dispatcher.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)
418Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(DoGetManifestCompleted), e); 837DispatcherPriority.Background,
src\Framework\MS\Internal\Documents\DocumentGrid.cs (2)
1607_makeVisibleDispatcher.Priority = DispatcherPriority.Background; 1790Dispatcher.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); 2290this.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(OnBackgroundMeasure), null);
src\Framework\MS\Internal\Ink\HighContrastHelper.cs (1)
167highContrastCallback.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)
266ptsContext.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(OnPtsContextReleased), null);
src\Framework\MS\Internal\PtsHost\PtsContext.cs (2)
337this.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(OnDestroyPage), ptsPage); 382this.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)
2208DispatcherPriority priority = wasMeasureDirty ? DispatcherPriority.Background : DispatcherPriority.Loaded;
src\Framework\System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
307Dispatcher.Invoke((Action)delegate(){}, System.Windows.Threading.DispatcherPriority.Background);
src\Framework\System\Windows\Controls\DataGridTextColumn.cs (1)
285Dispatcher.Invoke((Action)delegate(){}, System.Windows.Threading.DispatcherPriority.Background);
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
868Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(BringContentPositionIntoView), contentPosition);
src\Framework\System\Windows\Controls\MenuItem.cs (2)
647menuItem.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(delegate(object param) 2053parent.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(delegate(object param)
src\Framework\System\Windows\Controls\StickyNote.cs (1)
1356this.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(AsyncTakeFocus), null);
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (6)
870DispatcherOperation anchorOperation = Dispatcher.BeginInvoke(DispatcherPriority.Background, (Action)OnAnchorOperation); 4341Dispatcher.BeginInvoke(DispatcherPriority.Background, measureCachesAction)); 4370clearIsScrollActiveOperation = Dispatcher.BeginInvoke(DispatcherPriority.Background, 4378measureCachesOperation = Dispatcher.BeginInvoke(DispatcherPriority.Background, 4389clearIsScrollActiveOperation = Dispatcher.BeginInvoke(DispatcherPriority.Background, 8730_cleanupOperation = Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(OnCleanUp), null);
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
329Dispatcher.BeginInvoke(DispatcherPriority.Background, queueTask, asyncRequest);
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
410Dispatcher.BeginInvoke(DispatcherPriority.Background, queueTask, asyncRequest);
src\Framework\System\windows\Documents\TextEditor.cs (1)
1639Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(InitTextStore), null);
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (1)
682Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(ReleaseCandidateList), null);
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
1625Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(BackgroundInputCallback), This);
src\Framework\System\Windows\Markup\XamlReader.cs (1)
458Post(DispatcherPriority.Background);
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
1216Dispatcher.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)
510Dispatcher.BeginInvoke(DispatcherPriority.Background, new MethodInvoker(OnSelectionChangedIdle));
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
158DispatcherPriority.Background,
WindowsBase (3)
Base\System\Windows\Threading\Dispatcher.cs (2)
406return Yield(DispatcherPriority.Background); 3175private static PriorityRange _backgroundPriorityRange = new PriorityRange(DispatcherPriority.Background, true, DispatcherPriority.Input, true);
Base\System\Windows\Threading\DispatcherTimer.cs (1)
20public DispatcherTimer() : this(DispatcherPriority.Background) // NOTE: should be Priority Dispatcher.BackgroundPriority