28 references to BeginInvoke
PresentationCore (2)
Core\CSharp\System\Windows\Input\InputManager.cs (2)
978
_synchronizedInputAsyncClearOperation = Dispatcher.
BeginInvoke
((Action)delegate
1022
_synchronizedInputAsyncClearOperation = Dispatcher.
BeginInvoke
((Action)delegate
PresentationFramework (11)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (1)
606
Dispatcher.CurrentDispatcher.
BeginInvoke
(
src\Framework\System\Windows\Controls\DataGrid.cs (4)
1158
Dispatcher.CurrentDispatcher.
BeginInvoke
(new DispatcherOperationCallback(DelayedOnLoadingRowDetails), DispatcherPriority.Loaded, row);
1989
Dispatcher.
BeginInvoke
(new DispatcherOperationCallback(OnDelayedViewportWidthChanged), DispatcherPriority.Loaded, this);
4087
Dispatcher.
BeginInvoke
((Action)delegate()
8531
Dispatcher.
BeginInvoke
(new DispatcherOperationCallback(InvalidateCellsPanelHorizontalOffset), DispatcherPriority.Loaded, this);
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (1)
1129
DataGridOwner.Dispatcher.
BeginInvoke
(new DispatcherOperationCallback(ComputeColumnWidths), DispatcherPriority.Render, this);
src\Framework\System\Windows\Controls\DataGridRow.cs (4)
477
Dispatcher.
BeginInvoke
(new DispatcherOperationCallback(DelayedValidateWithoutUpdate), DispatcherPriority.DataBind, BindingGroup);
810
Dispatcher.CurrentDispatcher.
BeginInvoke
(new DispatcherOperationCallback(DataGrid.DelayedOnLoadingRowDetails), DispatcherPriority.Loaded, row);
820
Dispatcher.CurrentDispatcher.
BeginInvoke
(new DispatcherOperationCallback(DelayedRowDetailsVisibilityChanged), DispatcherPriority.Loaded, row);
929
Dispatcher.
BeginInvoke
(new DispatcherOperationCallback(DelayedValidateWithoutUpdate), DispatcherPriority.DataBind, e.NewValue);
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
848
return dispatcher.
BeginInvoke
(method, priority, args);
System.Activities.Presentation (15)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (8)
719
Dispatcher.CurrentDispatcher.
BeginInvoke
(new Action<ModelItemFocusHelper>((p) => { p.Focus(); }), DispatcherPriority.ContextIdle, focusTicket);
739
Dispatcher.CurrentDispatcher.
BeginInvoke
(this.onSetDesignerContentVisibilityDelegate, DispatcherPriority.ApplicationIdle, Visibility.Visible);
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);
926
Dispatcher.CurrentDispatcher.
BeginInvoke
(this.onContainerPopulatingDelegate, priority, virtualContainer);
930
Dispatcher.CurrentDispatcher.
BeginInvoke
(this.onElementFocusingDelegate, priority, dispatchParameter);
1011
Dispatcher.CurrentDispatcher.
BeginInvoke
(this.onElementFocusingDelegate, DispatcherPriority.ContextIdle, item);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
676
Dispatcher.CurrentDispatcher.
BeginInvoke
(new Action(() =>
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (3)
1529
row.Dispatcher.
BeginInvoke
(new Action<ToolTip, DataGridRow>((tip, r) =>
1537
row.Dispatcher.
BeginInvoke
(new Action<string>((error) =>
1563
Dispatcher.CurrentDispatcher.
BeginInvoke
(new Action<DesignObjectWrapper>((instance) =>
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1391
this.Dispatcher.
BeginInvoke
(new Action<IInputElement>((target) =>
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
663
this.Dispatcher.
BeginInvoke
(new Action(() =>
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
876
this.Dispatcher.
BeginInvoke
(