1 write to Culture
PresentationFramework (1)
System\Windows\Documents\WinRTSpellerInterop.cs (1)
140
Culture
= culture;
6 references to Culture
PresentationFramework (6)
System\Windows\Documents\WinRTSpellerInterop.cs (6)
771
if (
Culture
== null)
777
EnsureWordBreakerAndSpellCheckerForCulture(
Culture
);
778
return _spellCheckers[
Culture
]?.Item1;
802
if (
Culture
== null)
808
EnsureWordBreakerAndSpellCheckerForCulture(
Culture
);
809
return _spellCheckers[
Culture
]?.Item2;