2 references to _Action
PresentationFramework (2)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (2)
311
_window.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, (
_Action
)_FixupTemplateIssues);
370
_window.Dispatcher.BeginInvoke(DispatcherPriority.Render, (
_Action
)_FixupTemplateIssues);