20 references to Render
PresentationCore (7)
Core\CSharp\System\Windows\Media\MediaContext.cs (7)
264_promoteRenderOpToInput = new DispatcherTimer(DispatcherPriority.Render); 266_promoteRenderOpToRender = new DispatcherTimer(DispatcherPriority.Render); 268_estimatedNextVSyncTimer = new DispatcherTimer(DispatcherPriority.Render); 650DispatcherPriority priority = DispatcherPriority.Render; 1732_currentRenderOp.Priority = DispatcherPriority.Render; 1738_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Render, _renderMessage, null); 2609_currentRenderOp.Priority = DispatcherPriority.Render;
PresentationFramework (7)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (1)
2163Dispatcher.BeginInvoke(DispatcherPriority.Render, (Action<int>)RetryBringIndexIntoView, index);
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (1)
1129DataGridOwner.Dispatcher.BeginInvoke(new DispatcherOperationCallback(ComputeColumnWidths), DispatcherPriority.Render, this);
src\Framework\System\Windows\Controls\MenuItem.cs (1)
1406Dispatcher.BeginInvoke(DispatcherPriority.Render, new DispatcherOperationCallback(InvokeClickAfterRender), userInitiated);
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (3)
801DispatcherOperation anchorOperation = Dispatcher.BeginInvoke(DispatcherPriority.Render, (Action)OnAnchorOperation); 1035DispatcherOperation anchorOperation = Dispatcher.BeginInvoke(DispatcherPriority.Render, (Action)OnAnchorOperation); 1377anchoredInvalidateMeasureOperation = Dispatcher.BeginInvoke(DispatcherPriority.Render,
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (1)
370_window.Dispatcher.BeginInvoke(DispatcherPriority.Render, (_Action)_FixupTemplateIssues);
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\ContentCorrelationTypeExpander.xaml.cs (1)
252control.Dispatcher.BeginInvoke(new Action(() => { control.OnTypesToExpandChanged(); }), DispatcherPriority.Render);
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
485Dispatcher.BeginInvoke(DispatcherPriority.Render, new UpdateSelectedPropertyInvoker(UpdateSelectedProperty), _lastNotifiedSelection);
System.Activities.Presentation\System\Activities\Presentation\Model\GenericArgumentsUpdater.cs (1)
62Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Render, (Action)(() =>
System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (3)
144Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Render, (Action)(() => 357this.Dispatcher.BeginInvoke(DispatcherPriority.Render, (Action)(() => 430this.Dispatcher.BeginInvoke(DispatcherPriority.Render, (Action)(() =>