58 references to Send
PresentationCore (2)
Core\CSharp\MS\Internal\Automation\ElementUtil.cs (1)
218
DispatcherPriority.
Send
,
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
2009
DispatcherPriority.
Send
,
PresentationFramework (33)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (9)
159
DispatcherPriority.
Send
,
267
DispatcherPriority.
Send
,
329
DispatcherPriority.
Send
,
394
DispatcherPriority.
Send
,
467
DispatcherPriority.
Send
,
496
DispatcherPriority.
Send
,
682
DispatcherPriority.
Send
,
719
DispatcherPriority.
Send
,
1038
DispatcherPriority.
Send
,
src\Framework\MS\Internal\AppModel\OleCmdHelper.cs (2)
104
DispatcherPriority.
Send
, new DispatcherOperationCallback(QueryEnabled), command);
141
DispatcherPriority.
Send
,
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
577
Dispatcher.BeginInvoke(DispatcherPriority.
Send
, new DispatcherOperationCallback(
src\Framework\MS\Internal\Controls\WebBrowserSite.cs (1)
272
DispatcherPriority.
Send
, new SendOrPostCallback(MoveFocusCallback), direction);
src\Framework\MS\Internal\Navigation\BindStream.cs (2)
72
DispatcherPriority.
Send
,
207
DispatcherPriority.
Send
,
src\Framework\System\Windows\Application.cs (6)
160
DispatcherPriority.
Send
,
177
DispatcherPriority.
Send
,
1258
DispatcherPriority.
Send
,
1269
DispatcherPriority.
Send
,
1828
DispatcherPriority.
Send
,
2443
DispatcherPriority.
Send
,
src\Framework\System\Windows\Controls\ComboBox.cs (1)
270
DispatcherPriority.
Send
,
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
587
Dispatcher.BeginInvoke(DispatcherPriority.
Send
,
src\Framework\System\Windows\Controls\Control.cs (1)
501
plainText = (string)Dispatcher.Invoke(DispatcherPriority.
Send
, new TimeSpan(0, 0, 0, 0, 20), new DispatcherOperationCallback(delegate(object o) {
src\Framework\System\Windows\Controls\HeaderedContentControl.cs (1)
407
Dispatcher.Invoke(DispatcherPriority.
Send
, new TimeSpan(0, 0, 0, 0, 20), new DispatcherOperationCallback(delegate(object o)
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (1)
351
Dispatcher.Invoke(DispatcherPriority.
Send
, new TimeSpan(0, 0, 0, 0, 20), new DispatcherOperationCallback(delegate(object o)
src\Framework\System\Windows\Controls\Primitives\RangeBase.cs (1)
395
Dispatcher.Invoke(DispatcherPriority.
Send
, new TimeSpan(0, 0, 0, 0, 20), new DispatcherOperationCallback(delegate(object o)
src\Framework\System\Windows\Controls\Primitives\ToggleButton.cs (1)
314
Dispatcher.Invoke(DispatcherPriority.
Send
, new TimeSpan(0, 0, 0, 0, 20), new DispatcherOperationCallback(delegate(object o)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
1335
DispatcherOperation op = Dispatcher.BeginInvoke(DispatcherPriority.
Send
,
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
627
dObj.Dispatcher.BeginInvoke(DispatcherPriority.
Send
,
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
208
DispatcherPriority.
Send
,
657
DispatcherPriority.
Send
,
3042
DispatcherPriority.
Send
,
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (2)
813
Dispatcher.CurrentDispatcher.BeginInvoke(new Action(() => { this.Expand(null); }), enqueueFirstExpand ? DispatcherPriority.ContextIdle : DispatcherPriority.
Send
);
918
DispatcherPriority priority = DispatcherPriority.
Send
;
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
728
this.Dispatcher.BeginInvoke(new Action(() => { this.OnReferenceUpdated(args.LoadedAssembly, true); }), DispatcherPriority.
Send
);
WindowsBase (20)
Base\MS\Internal\WeakEventTable.cs (1)
424
Dispatcher.Invoke((Action)OnShutDown, DispatcherPriority.
Send
, CancellationToken.None, TimeSpan.FromMilliseconds(300));
Base\System\Windows\Threading\Dispatcher.cs (10)
277
Invoke(DispatcherPriority.
Send
, new ShutdownCallback(ShutdownCallbackInternal)); // NOTE: should be Priority.Max
396
dispatcher.BeginInvoke(DispatcherPriority.
Send
, (Action) delegate {});
562
Invoke(callback, DispatcherPriority.
Send
, CancellationToken.None, TimeSpan.FromMilliseconds(-1));
652
if(!cancellationToken.IsCancellationRequested && priority == DispatcherPriority.
Send
&& CheckAccess())
711
return Invoke(callback, DispatcherPriority.
Send
, CancellationToken.None, TimeSpan.FromMilliseconds(-1));
822
if(!cancellationToken.IsCancellationRequested && priority == DispatcherPriority.
Send
&& CheckAccess())
1423
if(priority == DispatcherPriority.
Send
&& CheckAccess())
1469
Debug.Assert(operation.Priority != DispatcherPriority.
Send
|| !CheckAccess()); // should be handled by caller
2911
BeginInvoke(DispatcherPriority.
Send
,
3174
private static PriorityRange _foregroundPriorityRange = new PriorityRange(DispatcherPriority.Loaded, true, DispatcherPriority.
Send
, true);
Base\System\Windows\Threading\DispatcherFrame.cs (1)
98
Dispatcher.BeginInvoke(DispatcherPriority.
Send
, (DispatcherOperationCallback) delegate(object unused) {return null;}, null);
Base\System\Windows\Threading\DispatcherSynchronizationContext.cs (1)
64
_dispatcher.Invoke(DispatcherPriority.
Send
, d, state);
Base\System\Windows\Threading\PriorityRange.cs (6)
14
public static readonly PriorityRange All = new PriorityRange(DispatcherPriority.Inactive, DispatcherPriority.
Send
, true); // NOTE: should be Priority
89
return (_min > DispatcherPriority.Invalid && _min <= DispatcherPriority.
Send
&&
90
_max > DispatcherPriority.Invalid && _max <= DispatcherPriority.
Send
);
106
if(priority <= DispatcherPriority.Invalid || priority > DispatcherPriority.
Send
)
253
if(min < DispatcherPriority.Invalid || min > DispatcherPriority.
Send
)
274
if(max < DispatcherPriority.Invalid || max > DispatcherPriority.
Send
)
Shared\MS\Win32\HwndSubclass.cs (1)
393
DispatcherPriority.
Send
,