2 overrides of CanSpellCheck
PresentationFramework (2)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (1)
533internal override bool CanSpellCheck(CultureInfo culture)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
219internal override bool CanSpellCheck(CultureInfo culture)
2 references to CanSpellCheck
PresentationFramework (2)
src\Framework\System\Windows\Documents\Speller.cs (2)
210if (culture == null || !_spellerInterop.CanSpellCheck(culture)) 887if (_spellerInterop.CanSpellCheck(culture))