91 references to Normal
PresentationCore (18)
Core\CSharp\MS\Internal\Automation\EventMap.cs (1)
282
source.Dispatcher.BeginInvoke(DispatcherPriority.
Normal
,
Core\CSharp\System\Windows\Interop\D3DImage.cs (1)
844
DispatcherPriority.
Normal
,
Core\CSharp\System\Windows\Interop\HwndKeyboardInputProvider.cs (1)
271
DispatcherOperation restoreCharMessages = Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, new DispatcherOperationCallback(HwndSource.RestoreCharMessages), null);
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
2065
DispatcherOperation restoreCharMessages = Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, new DispatcherOperationCallback(RestoreCharMessages), null);
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (1)
243
DispatcherPriority.
Normal
,
Core\CSharp\System\Windows\Media\HostVisual.cs (3)
177
DispatcherPriority.
Normal
,
294
DispatcherPriority.
Normal
,
350
DispatcherPriority.
Normal
,
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
475
dispatcher.BeginInvoke(DispatcherPriority.
Normal
, doc, arg);
Core\CSharp\System\Windows\Media\MediaContext.cs (1)
371
Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, _renderModeMessage, null);
Core\CSharp\System\Windows\Media\MediaEventsHelper.cs (7)
237
DispatcherPriority.
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);
381
DispatcherPriority.
Normal
,
Core\CSharp\System\Windows\Media\VisualBrush.cs (1)
225
DispatcherPriority.
Normal
,
PresentationFramework (47)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (3)
352
DispatcherPriority.
Normal
,
452
app.Dispatcher.Invoke(DispatcherPriority.
Normal
,
907
DispatcherPriority.
Normal
, new DispatcherOperationCallback(ReleaseBrowserCallback), bcs);
src\Framework\MS\Internal\AppModel\XappLauncher.cs (4)
237
Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, new SendOrPostCallback(delegate
551
Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, new DispatcherOperationCallback(
886
Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, new DispatcherOperationCallback(DoDownloadApplicationCompleted), e);
1257
Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, new DispatcherOperationCallback(RunApplicationAsyncCallback), null);
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1431
Dispatcher.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)
332
Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.
Normal
,
461
Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.
Normal
,
500
Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.
Normal
,
582
Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.
Normal
,
src\Framework\System\Windows\Application.cs (2)
355
Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, new DispatcherOperationCallback(ShutdownCallback), null);
2546
Dispatcher.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)
563
Dispatcher.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)
330
ToolTipTimer = new DispatcherTimer(DispatcherPriority.
Normal
);
524
ToolTipTimer = new DispatcherTimer(DispatcherPriority.
Normal
);
586
_forceCloseTimer = new DispatcherTimer(DispatcherPriority.
Normal
);
594
ToolTipTimer = new DispatcherTimer(DispatcherPriority.
Normal
);
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (1)
773
Dispatcher.BeginInvoke(DispatcherPriority.
Normal
,
src\Framework\System\Windows\Controls\Primitives\Popup.cs (2)
1762
Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, new DispatcherOperationCallback(HandleDeactivateApp), null);
1936
Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, new DispatcherOperationCallback(delegate(object param)
src\Framework\System\Windows\Controls\SoundPlayerAction.cs (1)
200
Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, loadStreamCompletedCaller, asyncResult);
src\Framework\System\Windows\Controls\TextBlock.cs (1)
1556
Dispatcher.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)
61
Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.
Normal
, new DispatcherOperationCallback(CreateFlowDirectionBinding), this);
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
957
Dispatcher.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
);
1635
this.UiScope.Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, new DispatcherOperationCallback(OnTextViewUpdatedWorker), EventArgs.Empty);
src\Framework\System\Windows\Documents\TextServicesHost.cs (1)
106
Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, new DispatcherOperationCallback(OnUnregisterTextStore), textstore);
src\Framework\System\Windows\Documents\TextStore.cs (2)
191
Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.
Normal
, new DispatcherOperationCallback(GrantLockHandler), null);
1773
Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.
Normal
, new DispatcherOperationCallback(CompleteCompositionHandler), null);
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (2)
148
if (BeginInvokeOnUIThread((Action<bool>)Dispose, DispatcherPriority.
Normal
, disposing) == null)
755
if (BeginInvokeOnUIThread((Action<bool>)ClearDictionaries, DispatcherPriority.
Normal
, disposing) == null)
src\Framework\System\Windows\Interop\HwndHost.cs (1)
1322
Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, new DispatcherOperationCallback(AsyncDestroyWindow), null);
src\Framework\System\Windows\Markup\XamlReader.cs (1)
599
DispatcherPriority.
Normal
,
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
3024
DispatcherPriority.
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)
1403
source.Dispatcher.BeginInvoke(DispatcherPriority.
Normal
,
src\Framework\System\Windows\Window.cs (1)
5618
DispatcherPriority.
Normal
,
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (1)
275
this.Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, (Action)(() =>
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (3)
304
this.Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, (Action)(() =>
423
this.Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, (Action)(() =>
433
this.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)
174
UIThreadDispatcher.Instance.BeginInvoke(DispatcherPriority.
Normal
, new DispatcherOperationCallback(delegate
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
543
this.Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, contextMenuLoaded, this.contextMenuTarget, this);
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (2)
645
this.Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, (Action)(() =>
1055
this.wfItemPresenter.Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, new Action(() =>
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
527
this.Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, (Action)(() =>
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
845
this.Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, new Action(() =>
WindowsBase (16)
Base\System\Windows\Data\DataSourceProvider.cs (1)
298
DispatcherPriority.
Normal
, UpdateWithNewResultCallback,
Base\System\Windows\SplashScreen.cs (1)
266
result = _dispatcher.Invoke(DispatcherPriority.
Normal
, (DispatcherOperationCallback)CloseInternal, fadeoutDuration);
Base\System\Windows\Threading\Dispatcher.cs (8)
522
return LegacyBeginInvokeImpl(DispatcherPriority.
Normal
, method, args, -1);
671
newSynchronizationContext = new DispatcherSynchronizationContext(this, DispatcherPriority.
Normal
);
841
newSynchronizationContext = new DispatcherSynchronizationContext(this, DispatcherPriority.
Normal
);
874
return InvokeAsync(callback, DispatcherPriority.
Normal
, CancellationToken.None);
955
return InvokeAsync(callback, DispatcherPriority.
Normal
, CancellationToken.None);
1298
return LegacyInvokeImpl(DispatcherPriority.
Normal
, TimeSpan.FromMilliseconds(-1), method, args, -1);
1349
return LegacyInvokeImpl(DispatcherPriority.
Normal
, timeout, method, args, -1);
1442
newSynchronizationContext = new DispatcherSynchronizationContext(this, DispatcherPriority.
Normal
);
Base\System\Windows\Threading\DispatcherOperation.cs (1)
557
newSynchronizationContext = new DispatcherSynchronizationContext(_dispatcher, DispatcherPriority.
Normal
);
Base\System\Windows\Threading\DispatcherSynchronizationContext.cs (3)
21
public DispatcherSynchronizationContext(): this(Dispatcher.CurrentDispatcher, DispatcherPriority.
Normal
)
29
public DispatcherSynchronizationContext(Dispatcher dispatcher): this(dispatcher, DispatcherPriority.
Normal
)
131
copy = new DispatcherSynchronizationContext(_dispatcher, DispatcherPriority.
Normal
);
Shared\MS\Win32\HwndWrapper.cs (2)
237
Dispatcher.BeginInvoke(DispatcherPriority.
Normal
, (DispatcherOperationCallback)UnregisterClass, _classAtom);
255
DispatcherPriority.
Normal
,