59 references to BeginInvoke
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSource.cs (2)
529this.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new Action(SetLayoutSize)); 588this.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new Action(SetLayoutSize));
PresentationFramework (16)
src\Framework\MS\Internal\Data\DataBindEngine.cs (2)
512_crossThreadDispatcherOperation = Dispatcher.BeginInvoke( 575_crossThreadDispatcherOperation = Dispatcher.BeginInvoke(
src\Framework\System\Windows\Controls\DatePicker.cs (1)
354dp.Dispatcher.BeginInvoke(DispatcherPriority.Input, (Action)delegate()
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (9)
801DispatcherOperation anchorOperation = Dispatcher.BeginInvoke(DispatcherPriority.Render, (Action)OnAnchorOperation); 870DispatcherOperation anchorOperation = Dispatcher.BeginInvoke(DispatcherPriority.Background, (Action)OnAnchorOperation); 1035DispatcherOperation anchorOperation = Dispatcher.BeginInvoke(DispatcherPriority.Render, (Action)OnAnchorOperation); 1377anchoredInvalidateMeasureOperation = Dispatcher.BeginInvoke(DispatcherPriority.Render, 1678Dispatcher.BeginInvoke(DispatcherPriority.Loaded, (Action)delegate() 4341Dispatcher.BeginInvoke(DispatcherPriority.Background, measureCachesAction)); 4370clearIsScrollActiveOperation = Dispatcher.BeginInvoke(DispatcherPriority.Background, 4378measureCachesOperation = Dispatcher.BeginInvoke(DispatcherPriority.Background, 4389clearIsScrollActiveOperation = Dispatcher.BeginInvoke(DispatcherPriority.Background,
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
2443Dispatcher.BeginInvoke(DispatcherPriority.DataBind, (Action)RestoreLiveShaping);
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
3287Dispatcher.BeginInvoke(DispatcherPriority.DataBind, (Action)RestoreLiveShaping);
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (2)
311_window.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, (_Action)_FixupTemplateIssues); 370_window.Dispatcher.BeginInvoke(DispatcherPriority.Render, (_Action)_FixupTemplateIssues);
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (2)
136this.Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle, (Action)(() => 141this.Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle, (Action)(() =>
System.Activities.Presentation (37)
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
249this.Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle, (Action)(() =>
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\EditModeSwitchButtonKeyboardFix.cs (1)
107((DispatcherObject)sender).Dispatcher.BeginInvoke(DispatcherPriority.Input, new MethodInvoker(delegate()
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagEditor.xaml.cs (1)
99this.Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle, (Action)(() =>
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UIThreadDispatcher.cs (1)
55this.uiThreadDispatcher.BeginInvoke(priority, method);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (4)
347Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle, new MethodInvoker(SelectPropertyByPathOnIdle)); 355Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle, new MethodInvoker(SelectPropertyByPathOnIdle)); 510Dispatcher.BeginInvoke(DispatcherPriority.Background, new MethodInvoker(OnSelectionChangedIdle)); 622Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle, new MethodInvoker(OnParentChangedIdle));
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
359Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle,
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (1)
384this.Dispatcher.BeginInvoke(DispatcherPriority.Input, MeasureConnectors);
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (2)
272this.contentGrid.Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle, 279this.contentGrid.Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle,
System.Activities.Presentation\System\Activities\Presentation\Model\GenericArgumentsUpdater.cs (1)
62Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Render, (Action)(() =>
System.Activities.Presentation\System\Activities\Presentation\TaskDispatcher.cs (1)
26this.dispatcher.BeginInvoke(priority, method);
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (1)
93this.Dispatcher.BeginInvoke(System.Windows.Threading.DispatcherPriority.ApplicationIdle,
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
1304this.Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle, new Action(() => { this.variables1.CreateNewVariableWrapper(); })); 1319this.Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle, new Action(() => { this.arguments1.CreateNewArgumentWrapper(); }));
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
1197Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle, new Action(() => this.imports1.OnReferenceUpdated(updatedReference, isAdded))); 1393Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle, new Action(() =>
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeView.xaml.cs (1)
62this.Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle, new Action(() =>
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (2)
178this.Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle, new Action(() => { this.perfEventProvider.TypeBrowserApplicationIdleAfterShowDialog(); })); 714this.dispatcherOperation = Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Input, new Func<TypeNode>(this.OnRun));
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (2)
233this.Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle, (Action)(() => 240this.Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle, (Action)(() =>
System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (4)
144Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Render, (Action)(() => 176Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Loaded, (Action)(() => 357this.Dispatcher.BeginInvoke(DispatcherPriority.Render, (Action)(() => 430this.Dispatcher.BeginInvoke(DispatcherPriority.Render, (Action)(() =>
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
548this.view.Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle,
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (4)
260this.Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle, (Action)(() => 447this.Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle, (Action)(() => 645this.Dispatcher.BeginInvoke(DispatcherPriority.Normal, (Action)(() => 1055this.wfItemPresenter.Dispatcher.BeginInvoke(DispatcherPriority.Normal, new Action(() =>
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (2)
257this.Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle, (Action)(() => 527this.Dispatcher.BeginInvoke(DispatcherPriority.Normal, (Action)(() =>
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
845this.Dispatcher.BeginInvoke(DispatcherPriority.Normal, new Action(() => 1020this.Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle, (Action)(() =>
WindowsBase (2)
Base\System\Windows\Threading\Dispatcher.cs (2)
248BeginInvoke(priority, new ShutdownCallback(ShutdownCallbackInternal)); 396dispatcher.BeginInvoke(DispatcherPriority.Send, (Action) delegate {});