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