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