106 references to DispatcherOperationCallback
PresentationCore (43)
Core\CSharp\MS\Internal\Automation\ElementUtil.cs (2)
204internal static object Invoke(AutomationPeer peer, DispatcherOperationCallback work, object arg) 220(DispatcherOperationCallback) delegate(object unused)
Core\CSharp\MS\Internal\LoadedOrUnloadedOperation.cs (2)
25DispatcherOperationCallback callback, 46private DispatcherOperationCallback _callback;
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2449private static DispatcherOperationCallback _updatePeer = new DispatcherOperationCallback(UpdatePeer);
Core\CSharp\System\Windows\Input\InputManager.cs (2)
1140private DispatcherOperationCallback _continueProcessingStagingAreaCallback; 1190private DispatcherOperationCallback _hitTestInvalidatedAsyncCallback;
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (1)
1159private DispatcherOperationCallback _reevaluateFocusCallback;
Core\CSharp\System\Windows\Input\MouseDevice.cs (2)
2399private DispatcherOperationCallback _reevaluateMouseOverDelegate; 2405private 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)
583private static DispatcherOperationCallback _updateCallback = new DispatcherOperationCallback(UpdateLayoutCallback); 823private 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)
468DispatcherOperationCallback doc,
Core\CSharp\System\Windows\Media\MediaContext.cs (8)
1616private DispatcherOperationCallback _callback; 1620DispatcherOperationCallback callback, 1634DispatcherOperationCallback callback, 1662DispatcherOperationCallback callback, 2754private DispatcherOperationCallback _renderMessage; 2755private DispatcherOperationCallback _animRenderMessage; 2756private DispatcherOperationCallback _inputMarkerMessage; 2757private DispatcherOperationCallback _renderModeMessage;
Core\CSharp\System\Windows\Media\MediaEventsHelper.cs (16)
515private event DispatcherOperationCallback DispatcherMediaFailed; 520private event DispatcherOperationCallback DispatcherMediaOpened; 525private event DispatcherOperationCallback DispatcherMediaPrerolled; 530private event DispatcherOperationCallback DispatcherMediaEnded; 535private event DispatcherOperationCallback DispatcherBufferingStarted; 540private event DispatcherOperationCallback DispatcherBufferingEnded; 545private event DispatcherOperationCallback DispatcherScriptCommand; 551private event DispatcherOperationCallback DispatcherMediaNewFrame; 570private DispatcherOperationCallback _mediaOpened; 575private DispatcherOperationCallback _mediaFailed; 580private DispatcherOperationCallback _mediaPrerolled; 585private DispatcherOperationCallback _mediaEnded; 590private DispatcherOperationCallback _bufferingStarted; 595private DispatcherOperationCallback _bufferingEnded; 600private DispatcherOperationCallback _scriptCommand; 605private 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)
93public DispatcherOperationCallback StopCallback 103public System.Windows.Threading.DispatcherOperationCallback RefreshCallback
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (2)
842static readonly DispatcherOperationCallback CompleteGetValueLocalCallback = new DispatcherOperationCallback(OnCompleteGetValueOperation); 845static readonly DispatcherOperationCallback CompleteSetValueLocalCallback = new DispatcherOperationCallback(OnCompleteSetValueOperation);
src\Framework\MS\Internal\Data\DataBindEngine.cs (1)
502internal DataBindOperation Marshal(DispatcherOperationCallback method, object arg, int cost=1)
src\Framework\MS\Internal\Data\DataBindOperation.cs (2)
18public DataBindOperation(DispatcherOperationCallback method, object arg, int cost=1) 36DispatcherOperationCallback _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)
253private 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)
24DispatcherOperationCallback loadedCallback = new DispatcherOperationCallback(BroadcastEventHelper.BroadcastLoadedEvent); 72DispatcherOperationCallback 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)
198DispatcherOperationCallback loadStreamCompletedCaller = new DispatcherOperationCallback(OnLoadStreamCompleted);
src\Framework\System\Windows\Data\XmlDataProvider.cs (2)
813private DispatcherOperationCallback CompletedCallback 852private DispatcherOperationCallback _onCompletedCallback;
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
328DispatcherOperationCallback queueTask = new DispatcherOperationCallback(_GetPageAsyncDelegate);
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
409DispatcherOperationCallback 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)
46DispatcherOperationCallback RefreshCallback { get; set;} 51DispatcherOperationCallback GetWinFxCallback { get; set;}
src\Framework\System\Windows\Interop\IProgressPage.cs (2)
19DispatcherOperationCallback StopCallback { get; set;} 24DispatcherOperationCallback RefreshCallback { get; set;}
src\Framework\System\Windows\Markup\XamlReader.cs (2)
466DispatcherOperationCallback 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)
101DispatcherOperationCallback dispatcherOperationCallback = callback as DispatcherOperationCallback; 159if(catchHandler is DispatcherOperationCallback) 161((DispatcherOperationCallback)catchHandler)(null);
Base\System\Windows\Data\DataSourceProvider.cs (5)
285DispatcherOperationCallback completionWork, object callbackArguments) 366DispatcherOperationCallback completionWork 367= (DispatcherOperationCallback) args[3]; 374private void UpdateWithNewResult(Exception error, object newData, DispatcherOperationCallback completionWork, object callbackArgs) 444static readonly DispatcherOperationCallback UpdateWithNewResultCallback = new DispatcherOperationCallback(UpdateWithNewResult);
Base\System\Windows\SplashScreen.cs (2)
123(DispatcherOperationCallback)ShowCallback, 266result = _dispatcher.Invoke(DispatcherPriority.Normal, (DispatcherOperationCallback)CloseInternal, fadeoutDuration);
Base\System\Windows\Threading\DispatcherFrame.cs (1)
98Dispatcher.BeginInvoke(DispatcherPriority.Send, (DispatcherOperationCallback) delegate(object unused) {return null;}, null);
Shared\MS\Win32\HwndSubclass.cs (1)
451private DispatcherOperationCallback _dispatcherOperationCallback = null;
Shared\MS\Win32\HwndWrapper.cs (2)
237Dispatcher.BeginInvoke(DispatcherPriority.Normal, (DispatcherOperationCallback)UnregisterClass, _classAtom); 256(DispatcherOperationCallback)DestroyWindow,