1 write to Culture
PresentationFramework (1)
System\Windows\Documents\WinRTSpellerInterop.cs (1)
139
Culture
= culture;
6 references to Culture
PresentationFramework (6)
System\Windows\Documents\WinRTSpellerInterop.cs (6)
770
if (
Culture
== null)
776
EnsureWordBreakerAndSpellCheckerForCulture(
Culture
);
777
return _spellCheckers[
Culture
]?.Item1;
801
if (
Culture
== null)
807
EnsureWordBreakerAndSpellCheckerForCulture(
Culture
);
808
return _spellCheckers[
Culture
]?.Item2;