37 references to Loaded
PresentationCore (5)
Core\CSharp\System\Windows\Interop\HwndSource.cs (5)
529this.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new Action(SetLayoutSize)); 533this.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new DispatcherOperationCallback(FireContentRendered), this); 588this.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new Action(SetLayoutSize)); 592this.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new DispatcherOperationCallback(FireContentRendered), this); 711this.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new DispatcherOperationCallback(FireContentRendered), this);
PresentationFramework (23)
src\Framework\MS\Internal\Data\DataBindEngine.cs (1)
603Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new DispatcherOperationCallback(Run), true);
src\Framework\System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
134Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new DispatcherOperationCallback(owner.OnBringItemIntoView), item);
src\Framework\System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
227System.Windows.Threading.DispatcherPriority.Loaded,
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
717Dispatcher.BeginInvoke(DispatcherPriority.Loaded,
src\Framework\System\Windows\Automation\Peers\TreeViewDataItemAutomationPeer.cs (1)
329Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new DispatcherOperationCallback(parent.OnBringItemIntoView), Item);
src\Framework\System\Windows\BroadcastEventHelper.cs (2)
32DispatcherOperation operation = d.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, loadedCallback, d); 80DispatcherOperation operation = d.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, unloadedCallback, d);
src\Framework\System\Windows\Controls\ComboBox.cs (1)
244DispatcherPriority.Loaded,
src\Framework\System\Windows\Controls\DataGrid.cs (5)
1158Dispatcher.CurrentDispatcher.BeginInvoke(new DispatcherOperationCallback(DelayedOnLoadingRowDetails), DispatcherPriority.Loaded, row); 1561Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new DispatcherOperationCallback(OnBringItemIntoView), info); 1606Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new DispatcherOperationCallback(OnScrollIntoView), new object[] { info, column }); 1989Dispatcher.BeginInvoke(new DispatcherOperationCallback(OnDelayedViewportWidthChanged), DispatcherPriority.Loaded, this); 8531Dispatcher.BeginInvoke(new DispatcherOperationCallback(InvalidateCellsPanelHorizontalOffset), DispatcherPriority.Loaded, this);
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (1)
2208DispatcherPriority priority = wasMeasureDirty ? DispatcherPriority.Background : DispatcherPriority.Loaded;
src\Framework\System\Windows\Controls\DataGridRow.cs (2)
810Dispatcher.CurrentDispatcher.BeginInvoke(new DispatcherOperationCallback(DataGrid.DelayedOnLoadingRowDetails), DispatcherPriority.Loaded, row); 820Dispatcher.CurrentDispatcher.BeginInvoke(new DispatcherOperationCallback(DelayedRowDetailsVisibilityChanged), DispatcherPriority.Loaded, row);
src\Framework\System\Windows\Controls\ListBox.cs (1)
132Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new DispatcherOperationCallback(OnBringItemIntoView), item);
src\Framework\System\Windows\Controls\TreeViewItem.cs (1)
788Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new DispatcherOperationCallback(BringItemIntoView), null);
src\Framework\System\Windows\Controls\Validation.cs (1)
444adornerSite.Dispatcher.BeginInvoke(DispatcherPriority.Loaded,
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
1678Dispatcher.BeginInvoke(DispatcherPriority.Loaded, (Action)delegate()
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
1046DispatcherPriority.Loaded,
src\Framework\System\windows\Documents\TextSelection.cs (1)
762Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Loaded, new DispatcherOperationCallback(UpdateCaretStateWorker), null);
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (1)
311_window.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, (_Action)_FixupTemplateIssues);
System.Activities.Core.Presentation (5)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (1)
509this.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new Action(() =>
System\Activities\Core\Presentation\StateContainerEditor.ModelChangeReactions.cs (3)
172this.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new Action(() => 189this.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new Action(() => 234this.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new Action(() =>
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
622this.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new Action(() =>
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (1)
690DispatcherPriority.Loaded,
System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (1)
176Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Loaded, (Action)(() =>
WindowsBase (2)
Base\System\Windows\SplashScreen.cs (1)
122DispatcherPriority.Loaded,
Base\System\Windows\Threading\Dispatcher.cs (1)
3174private static PriorityRange _foregroundPriorityRange = new PriorityRange(DispatcherPriority.Loaded, true, DispatcherPriority.Send, true);