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)
774
if (
Culture
== null)
780
EnsureWordBreakerAndSpellCheckerForCulture(
Culture
);
781
return _spellCheckers[
Culture
]?.Item1;
805
if (
Culture
== null)
811
EnsureWordBreakerAndSpellCheckerForCulture(
Culture
);
812
return _spellCheckers[
Culture
]?.Item2;