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