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