1 implementation of IsSupported
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\RCW.cs (1)
306public extern virtual int IsSupported([In, MarshalAs(UnmanagedType.LPWStr)] string languageTag);
1 reference to IsSupported
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (1)
235return ((ComFactory != null) && (ComFactory.IsSupported(languageTag) != 0));