2 references to _Action
PresentationFramework (2)
System\Windows\Shell\WindowChromeWorker.cs (2)
216
_window.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, (
_Action
)_FixupTemplateIssues);
265
_window.Dispatcher.BeginInvoke(DispatcherPriority.Render, (
_Action
)_FixupTemplateIssues);