1 write to Culture
PresentationFramework (1)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
170
Culture
= culture;
6 references to Culture
PresentationFramework (6)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (6)
876
if (
Culture
== null)
882
EnsureWordBreakerAndSpellCheckerForCulture(
Culture
);
883
return _spellCheckers[
Culture
]?.Item1;
907
if (
Culture
== null)
913
EnsureWordBreakerAndSpellCheckerForCulture(
Culture
);
914
return _spellCheckers[
Culture
]?.Item2;