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