2 references to BeginInvokeOnUIThread
PresentationFramework (2)
System\Windows\Documents\WinRTSpellerInterop.cs (2)
118
if (
BeginInvokeOnUIThread
((Action<bool>)Dispose, DispatcherPriority.Normal, disposing) == null)
653
if (
BeginInvokeOnUIThread
((Action<bool>)ClearDictionaries, DispatcherPriority.Normal, disposing) == null)