91 references to Normal
PresentationCore (18)
Core\CSharp\MS\Internal\Automation\EventMap.cs (1)
282source.Dispatcher.BeginInvoke(DispatcherPriority.Normal,
Core\CSharp\System\Windows\Interop\D3DImage.cs (1)
844DispatcherPriority.Normal,
Core\CSharp\System\Windows\Interop\HwndKeyboardInputProvider.cs (1)
271DispatcherOperation restoreCharMessages = Dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(HwndSource.RestoreCharMessages), null);
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
2065DispatcherOperation restoreCharMessages = Dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(RestoreCharMessages), null);
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (1)
243DispatcherPriority.Normal,
Core\CSharp\System\Windows\Media\HostVisual.cs (3)
177DispatcherPriority.Normal, 294DispatcherPriority.Normal, 350DispatcherPriority.Normal,
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
475dispatcher.BeginInvoke(DispatcherPriority.Normal, doc, arg);
Core\CSharp\System\Windows\Media\MediaContext.cs (1)
371Dispatcher.BeginInvoke(DispatcherPriority.Normal, _renderModeMessage, null);
Core\CSharp\System\Windows\Media\MediaEventsHelper.cs (7)
237DispatcherPriority.Normal, 290_dispatcher.BeginInvoke(DispatcherPriority.Normal, DispatcherMediaOpened, null); 303_dispatcher.BeginInvoke(DispatcherPriority.Normal, DispatcherBufferingStarted, null); 311_dispatcher.BeginInvoke(DispatcherPriority.Normal, DispatcherBufferingEnded, null); 319_dispatcher.BeginInvoke(DispatcherPriority.Normal, DispatcherMediaEnded, null); 327_dispatcher.BeginInvoke(DispatcherPriority.Normal, DispatcherMediaPrerolled, null); 381DispatcherPriority.Normal,
Core\CSharp\System\Windows\Media\VisualBrush.cs (1)
225DispatcherPriority.Normal,
PresentationFramework (47)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (3)
352DispatcherPriority.Normal, 452app.Dispatcher.Invoke(DispatcherPriority.Normal, 907DispatcherPriority.Normal, new DispatcherOperationCallback(ReleaseBrowserCallback), bcs);
src\Framework\MS\Internal\AppModel\XappLauncher.cs (4)
237Dispatcher.BeginInvoke(DispatcherPriority.Normal, new SendOrPostCallback(delegate 551Dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback( 886Dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(DoDownloadApplicationCompleted), e); 1257Dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(RunApplicationAsyncCallback), null);
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1431Dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(DispatchBringIntoView), new object []{target, rect});
src\Framework\MS\Internal\Documents\MultiPageTextView.cs (1)
77_renderScope.Dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(OnUpdatedWorker), EventArgs.Empty);
src\Framework\MS\Internal\Documents\PageCache.cs (4)
332Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, 461Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, 500Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, 582Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal,
src\Framework\System\Windows\Application.cs (2)
355Dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(ShutdownCallback), null); 2546Dispatcher.BeginInvoke(DispatcherPriority.Normal,
src\Framework\System\Windows\Controls\ComboBox.cs (1)
742_updateTextBoxOperation = Dispatcher.BeginInvoke(DispatcherPriority.Normal,
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
563Dispatcher.BeginInvoke(DispatcherPriority.Normal,
src\Framework\System\Windows\Controls\MenuItem.cs (2)
2600_openHierarchyTimer = new DispatcherTimer(DispatcherPriority.Normal); 2619_closeHierarchyTimer = new DispatcherTimer(DispatcherPriority.Normal);
src\Framework\System\Windows\Controls\PopupControlService.cs (4)
330ToolTipTimer = new DispatcherTimer(DispatcherPriority.Normal); 524ToolTipTimer = new DispatcherTimer(DispatcherPriority.Normal); 586_forceCloseTimer = new DispatcherTimer(DispatcherPriority.Normal); 594ToolTipTimer = new DispatcherTimer(DispatcherPriority.Normal);
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (1)
773Dispatcher.BeginInvoke(DispatcherPriority.Normal,
src\Framework\System\Windows\Controls\Primitives\Popup.cs (2)
1762Dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(HandleDeactivateApp), null); 1936Dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(delegate(object param)
src\Framework\System\Windows\Controls\SoundPlayerAction.cs (1)
200Dispatcher.BeginInvoke(DispatcherPriority.Normal, loadStreamCompletedCaller, asyncResult);
src\Framework\System\Windows\Controls\TextBlock.cs (1)
1556Dispatcher.BeginInvoke(DispatcherPriority.Normal,
src\Framework\System\Windows\Controls\TextSearch.cs (1)
559_timeoutTimer = new DispatcherTimer(DispatcherPriority.Normal);
src\Framework\System\Windows\Documents\Adorner.cs (1)
61Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(CreateFlowDirectionBinding), this);
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
957Dispatcher.BeginInvoke(DispatcherPriority.Normal,
src\Framework\System\Windows\Documents\PageContent.cs (1)
152_asyncOp.DispatcherOperation = dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(_asyncOp.Dispatch), null);
src\Framework\System\windows\Documents\TextEditor.cs (2)
535_mouseSelectionState.Timer = new DispatcherTimer(DispatcherPriority.Normal); 1635this.UiScope.Dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(OnTextViewUpdatedWorker), EventArgs.Empty);
src\Framework\System\Windows\Documents\TextServicesHost.cs (1)
106Dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(OnUnregisterTextStore), textstore);
src\Framework\System\Windows\Documents\TextStore.cs (2)
191Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(GrantLockHandler), null); 1773Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(CompleteCompositionHandler), null);
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (2)
148if (BeginInvokeOnUIThread((Action<bool>)Dispose, DispatcherPriority.Normal, disposing) == null) 755if (BeginInvokeOnUIThread((Action<bool>)ClearDictionaries, DispatcherPriority.Normal, disposing) == null)
src\Framework\System\Windows\Interop\HwndHost.cs (1)
1322Dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(AsyncDestroyWindow), null);
src\Framework\System\Windows\Markup\XamlReader.cs (1)
599DispatcherPriority.Normal,
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
3024DispatcherPriority.Normal, 4689_postedOp = Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(this.Dispatch), null);
src\Framework\System\Windows\Standard\MessageWindow.cs (2)
158_dispatcher.BeginInvoke(DispatcherPriority.Normal, (DispatcherOperationCallback)_DestroyWindowCallback, new object [] { IntPtr.Zero, className }); 168_dispatcher.BeginInvoke(DispatcherPriority.Normal, (DispatcherOperationCallback)_DestroyWindowCallback, new object [] { hwnd, className });
src\Framework\System\Windows\SystemResources.cs (1)
1403source.Dispatcher.BeginInvoke(DispatcherPriority.Normal,
src\Framework\System\Windows\Window.cs (1)
5618DispatcherPriority.Normal,
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (1)
275this.Dispatcher.BeginInvoke(DispatcherPriority.Normal, (Action)(() =>
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (3)
304this.Dispatcher.BeginInvoke(DispatcherPriority.Normal, (Action)(() => 423this.Dispatcher.BeginInvoke(DispatcherPriority.Normal, (Action)(() => 433this.Dispatcher.BeginInvoke(DispatcherPriority.Normal, (Action)(() =>
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (1)
174UIThreadDispatcher.Instance.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(delegate
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
543this.Dispatcher.BeginInvoke(DispatcherPriority.Normal, contextMenuLoaded, this.contextMenuTarget, this);
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (2)
645this.Dispatcher.BeginInvoke(DispatcherPriority.Normal, (Action)(() => 1055this.wfItemPresenter.Dispatcher.BeginInvoke(DispatcherPriority.Normal, new Action(() =>
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
527this.Dispatcher.BeginInvoke(DispatcherPriority.Normal, (Action)(() =>
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
845this.Dispatcher.BeginInvoke(DispatcherPriority.Normal, new Action(() =>
WindowsBase (16)
Base\System\Windows\Data\DataSourceProvider.cs (1)
298DispatcherPriority.Normal, UpdateWithNewResultCallback,
Base\System\Windows\SplashScreen.cs (1)
266result = _dispatcher.Invoke(DispatcherPriority.Normal, (DispatcherOperationCallback)CloseInternal, fadeoutDuration);
Base\System\Windows\Threading\Dispatcher.cs (8)
522return LegacyBeginInvokeImpl(DispatcherPriority.Normal, method, args, -1); 671newSynchronizationContext = new DispatcherSynchronizationContext(this, DispatcherPriority.Normal); 841newSynchronizationContext = new DispatcherSynchronizationContext(this, DispatcherPriority.Normal); 874return InvokeAsync(callback, DispatcherPriority.Normal, CancellationToken.None); 955return InvokeAsync(callback, DispatcherPriority.Normal, CancellationToken.None); 1298return LegacyInvokeImpl(DispatcherPriority.Normal, TimeSpan.FromMilliseconds(-1), method, args, -1); 1349return LegacyInvokeImpl(DispatcherPriority.Normal, timeout, method, args, -1); 1442newSynchronizationContext = new DispatcherSynchronizationContext(this, DispatcherPriority.Normal);
Base\System\Windows\Threading\DispatcherOperation.cs (1)
557newSynchronizationContext = new DispatcherSynchronizationContext(_dispatcher, DispatcherPriority.Normal);
Base\System\Windows\Threading\DispatcherSynchronizationContext.cs (3)
21public DispatcherSynchronizationContext(): this(Dispatcher.CurrentDispatcher, DispatcherPriority.Normal) 29public DispatcherSynchronizationContext(Dispatcher dispatcher): this(dispatcher, DispatcherPriority.Normal) 131copy = new DispatcherSynchronizationContext(_dispatcher, DispatcherPriority.Normal);
Shared\MS\Win32\HwndWrapper.cs (2)
237Dispatcher.BeginInvoke(DispatcherPriority.Normal, (DispatcherOperationCallback)UnregisterClass, _classAtom); 255DispatcherPriority.Normal,