2 overrides of CanSpellCheck
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (1)
465
internal override bool
CanSpellCheck
(CultureInfo culture)
System\Windows\Documents\WinRTSpellerInterop.cs (1)
197
internal override bool
CanSpellCheck
(CultureInfo culture)
2 references to CanSpellCheck
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
192
if (culture is not null && _spellerInterop.
CanSpellCheck
(culture))
815
if (_spellerInterop.
CanSpellCheck
(culture))