106 references to DispatcherOperationCallback
PresentationCore (43)
Core\CSharp\MS\Internal\Automation\ElementUtil.cs (2)
204
internal static object Invoke(AutomationPeer peer,
DispatcherOperationCallback
work, object arg)
220
(
DispatcherOperationCallback
) delegate(object unused)
Core\CSharp\MS\Internal\LoadedOrUnloadedOperation.cs (2)
25
DispatcherOperationCallback
callback,
46
private
DispatcherOperationCallback
_callback;
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2449
private static
DispatcherOperationCallback
_updatePeer = new DispatcherOperationCallback(UpdatePeer);
Core\CSharp\System\Windows\Input\InputManager.cs (2)
1140
private
DispatcherOperationCallback
_continueProcessingStagingAreaCallback;
1190
private
DispatcherOperationCallback
_hitTestInvalidatedAsyncCallback;
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (1)
1159
private
DispatcherOperationCallback
_reevaluateFocusCallback;
Core\CSharp\System\Windows\Input\MouseDevice.cs (2)
2399
private
DispatcherOperationCallback
_reevaluateMouseOverDelegate;
2405
private
DispatcherOperationCallback
_reevaluateCaptureDelegate;
Core\CSharp\System\Windows\Input\TouchDevice.cs (3)
546
(
DispatcherOperationCallback
)delegate(object args)
637
(
DispatcherOperationCallback
)delegate(object args)
915
(
DispatcherOperationCallback
)delegate(object args)
Core\CSharp\System\Windows\Interop\HwndMouseInputProvider.cs (1)
865
(
DispatcherOperationCallback
)delegate(object sender)
Core\CSharp\System\Windows\LayoutManager.cs (2)
583
private static
DispatcherOperationCallback
_updateCallback = new DispatcherOperationCallback(UpdateLayoutCallback);
823
private static
DispatcherOperationCallback
_updateLayoutBackground = new DispatcherOperationCallback(UpdateLayoutBackground);
Core\CSharp\System\Windows\Media\HostVisual.cs (2)
178
(
DispatcherOperationCallback
)delegate(object args)
351
(
DispatcherOperationCallback
)delegate(object args)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
468
DispatcherOperationCallback
doc,
Core\CSharp\System\Windows\Media\MediaContext.cs (8)
1616
private
DispatcherOperationCallback
_callback;
1620
DispatcherOperationCallback
callback,
1634
DispatcherOperationCallback
callback,
1662
DispatcherOperationCallback
callback,
2754
private
DispatcherOperationCallback
_renderMessage;
2755
private
DispatcherOperationCallback
_animRenderMessage;
2756
private
DispatcherOperationCallback
_inputMarkerMessage;
2757
private
DispatcherOperationCallback
_renderModeMessage;
Core\CSharp\System\Windows\Media\MediaEventsHelper.cs (16)
515
private event
DispatcherOperationCallback
DispatcherMediaFailed;
520
private event
DispatcherOperationCallback
DispatcherMediaOpened;
525
private event
DispatcherOperationCallback
DispatcherMediaPrerolled;
530
private event
DispatcherOperationCallback
DispatcherMediaEnded;
535
private event
DispatcherOperationCallback
DispatcherBufferingStarted;
540
private event
DispatcherOperationCallback
DispatcherBufferingEnded;
545
private event
DispatcherOperationCallback
DispatcherScriptCommand;
551
private event
DispatcherOperationCallback
DispatcherMediaNewFrame;
570
private
DispatcherOperationCallback
_mediaOpened;
575
private
DispatcherOperationCallback
_mediaFailed;
580
private
DispatcherOperationCallback
_mediaPrerolled;
585
private
DispatcherOperationCallback
_mediaEnded;
590
private
DispatcherOperationCallback
_bufferingStarted;
595
private
DispatcherOperationCallback
_bufferingEnded;
600
private
DispatcherOperationCallback
_scriptCommand;
605
private
DispatcherOperationCallback
_newFrame;
PresentationFramework (47)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (2)
497
(
DispatcherOperationCallback
) delegate(object unused)
1039
(
DispatcherOperationCallback
) delegate(object unused)
src\Framework\MS\Internal\AppModel\ProgressPage.cs (2)
93
public
DispatcherOperationCallback
StopCallback
103
public System.Windows.Threading.
DispatcherOperationCallback
RefreshCallback
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (2)
842
static readonly
DispatcherOperationCallback
CompleteGetValueLocalCallback = new DispatcherOperationCallback(OnCompleteGetValueOperation);
845
static readonly
DispatcherOperationCallback
CompleteSetValueLocalCallback = new DispatcherOperationCallback(OnCompleteSetValueOperation);
src\Framework\MS\Internal\Data\DataBindEngine.cs (1)
502
internal DataBindOperation Marshal(
DispatcherOperationCallback
method, object arg, int cost=1)
src\Framework\MS\Internal\Data\DataBindOperation.cs (2)
18
public DataBindOperation(
DispatcherOperationCallback
method, object arg, int cost=1)
36
DispatcherOperationCallback
_method;
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
1832
(
DispatcherOperationCallback
)delegate(object arg)
src\Framework\MS\Internal\Navigation\BindStream.cs (2)
73
(
DispatcherOperationCallback
)delegate(object unused)
208
(
DispatcherOperationCallback
)delegate(object unused)
src\Framework\MS\Internal\PtsHost\PtsPage.cs (1)
253
private static
DispatcherOperationCallback
BackgroundUpdateCallback = new DispatcherOperationCallback(PtsPage.BackgroundFormatStatic);
src\Framework\System\Windows\Application.cs (5)
178
(
DispatcherOperationCallback
) delegate(object unused)
1259
(
DispatcherOperationCallback
) delegate(object unused)
1270
(
DispatcherOperationCallback
) delegate(object unused)
1829
(
DispatcherOperationCallback
) delegate(object obj)
2444
(
DispatcherOperationCallback
) delegate(object obj)
src\Framework\System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
228
(System.Windows.Threading.
DispatcherOperationCallback
)delegate(object arg)
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
718
(
DispatcherOperationCallback
)delegate(object arg)
src\Framework\System\Windows\BroadcastEventHelper.cs (2)
24
DispatcherOperationCallback
loadedCallback = new DispatcherOperationCallback(BroadcastEventHelper.BroadcastLoadedEvent);
72
DispatcherOperationCallback
unloadedCallback = new DispatcherOperationCallback(BroadcastEventHelper.BroadcastUnloadedEvent);
src\Framework\System\Windows\Controls\ComboBox.cs (2)
245
(
DispatcherOperationCallback
) delegate(object arg)
271
(
DispatcherOperationCallback
) delegate(object arg)
src\Framework\System\Windows\Controls\ContextMenu.cs (2)
564
(
DispatcherOperationCallback
)delegate(object arg)
588
(
DispatcherOperationCallback
)delegate(object arg)
src\Framework\System\Windows\Controls\Frame.cs (1)
640
(
DispatcherOperationCallback
) delegate (object unused)
src\Framework\System\Windows\Controls\MenuItem.cs (1)
1213
(
DispatcherOperationCallback
)delegate(object arg)
src\Framework\System\Windows\Controls\SoundPlayerAction.cs (1)
198
DispatcherOperationCallback
loadStreamCompletedCaller = new DispatcherOperationCallback(OnLoadStreamCompleted);
src\Framework\System\Windows\Data\XmlDataProvider.cs (2)
813
private
DispatcherOperationCallback
CompletedCallback
852
private
DispatcherOperationCallback
_onCompletedCallback;
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
328
DispatcherOperationCallback
queueTask = new DispatcherOperationCallback(_GetPageAsyncDelegate);
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
409
DispatcherOperationCallback
queueTask = new DispatcherOperationCallback(GetPageAsyncDelegate);
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
3713
(
DispatcherOperationCallback
)delegate(object unused)
src\Framework\System\Windows\Interop\IErrorPage.cs (2)
46
DispatcherOperationCallback
RefreshCallback { get; set;}
51
DispatcherOperationCallback
GetWinFxCallback { get; set;}
src\Framework\System\Windows\Interop\IProgressPage.cs (2)
19
DispatcherOperationCallback
StopCallback { get; set;}
24
DispatcherOperationCallback
RefreshCallback { get; set;}
src\Framework\System\Windows\Markup\XamlReader.cs (2)
466
DispatcherOperationCallback
callback = new DispatcherOperationCallback(Dispatch);
600
(
DispatcherOperationCallback
)delegate(object obj)
src\Framework\System\Windows\Navigation\NavigationService.cs (4)
209
(
DispatcherOperationCallback
)delegate(object unused)
658
(
DispatcherOperationCallback
)delegate(object unused)
3025
(
DispatcherOperationCallback
)delegate(object unused)
3043
(
DispatcherOperationCallback
)delegate(object unused)
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\Window.cs (1)
3615
(
DispatcherOperationCallback
) delegate (object unused)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
159
(
DispatcherOperationCallback
)delegate(object arg)
WindowsBase (15)
Base\MS\Internal\Threading\ExceptionWrapper.cs (4)
101
DispatcherOperationCallback
dispatcherOperationCallback = callback as
DispatcherOperationCallback
;
159
if(catchHandler is
DispatcherOperationCallback
)
161
((
DispatcherOperationCallback
)catchHandler)(null);
Base\System\Windows\Data\DataSourceProvider.cs (5)
285
DispatcherOperationCallback
completionWork, object callbackArguments)
366
DispatcherOperationCallback
completionWork
367
= (
DispatcherOperationCallback
) args[3];
374
private void UpdateWithNewResult(Exception error, object newData,
DispatcherOperationCallback
completionWork, object callbackArgs)
444
static readonly
DispatcherOperationCallback
UpdateWithNewResultCallback = new DispatcherOperationCallback(UpdateWithNewResult);
Base\System\Windows\SplashScreen.cs (2)
123
(
DispatcherOperationCallback
)ShowCallback,
266
result = _dispatcher.Invoke(DispatcherPriority.Normal, (
DispatcherOperationCallback
)CloseInternal, fadeoutDuration);
Base\System\Windows\Threading\DispatcherFrame.cs (1)
98
Dispatcher.BeginInvoke(DispatcherPriority.Send, (
DispatcherOperationCallback
) delegate(object unused) {return null;}, null);
Shared\MS\Win32\HwndSubclass.cs (1)
451
private
DispatcherOperationCallback
_dispatcherOperationCallback = null;
Shared\MS\Win32\HwndWrapper.cs (2)
237
Dispatcher.BeginInvoke(DispatcherPriority.Normal, (
DispatcherOperationCallback
)UnregisterClass, _classAtom);
256
(
DispatcherOperationCallback
)DestroyWindow,