14 references to ContextIdle
PresentationFramework (6)
src\Framework\MS\Internal\Data\AccessorTable.cs (1)
110
Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.
ContextIdle
, new DispatcherOperationCallback(CleanupOperation), null);
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (1)
627
DispatcherPriority.
ContextIdle
);
src\Framework\MS\Internal\Data\DataBindEngine.cs (3)
448
Dispatcher.BeginInvoke(DispatcherPriority.
ContextIdle
, new DispatcherOperationCallback(CleanupOperation), null);
513
DispatcherPriority.
ContextIdle
,
576
DispatcherPriority.
ContextIdle
,
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
3712
Dispatcher.BeginInvoke(DispatcherPriority.
ContextIdle
,
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (6)
719
Dispatcher.CurrentDispatcher.BeginInvoke(new Action<ModelItemFocusHelper>((p) => { p.Focus(); }), DispatcherPriority.
ContextIdle
, focusTicket);
813
Dispatcher.CurrentDispatcher.BeginInvoke(new Action(() => { this.Expand(null); }), enqueueFirstExpand ? DispatcherPriority.
ContextIdle
: DispatcherPriority.Send);
887
Dispatcher.CurrentDispatcher.BeginInvoke(this.onElementFocusingDelegate, DispatcherPriority.
ContextIdle
, currentItem);
889
Dispatcher.CurrentDispatcher.BeginInvoke(this.onForceElementFocusDelegate, DispatcherPriority.
ContextIdle
);
922
priority = DispatcherPriority.
ContextIdle
;
1011
Dispatcher.CurrentDispatcher.BeginInvoke(this.onElementFocusingDelegate, DispatcherPriority.
ContextIdle
, item);
WindowsBase (2)
Base\MS\Internal\WeakEventTable.cs (1)
208
Dispatcher.BeginInvoke(DispatcherPriority.
ContextIdle
, new DispatcherOperationCallback(CleanupOperation), null);
Base\System\Windows\Threading\Dispatcher.cs (1)
3176
private static PriorityRange _idlePriorityRange = new PriorityRange(DispatcherPriority.SystemIdle, true, DispatcherPriority.
ContextIdle
, true);