11 references to Language
PresentationFramework (11)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
204string listSeparator = snc.Language.GetSpecificCulture().TextInfo.ListSeparator;
src\Framework\MS\Internal\FrameworkObject.cs (1)
220return _fe.Language;
src\Framework\System\Windows\Controls\ContentPresenter.cs (2)
472if (_language != null && _language != this.Language) 1099XmlLanguage language = container.Language;
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
730this.Language = page.Language;
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
894this.Language = page.Language;
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
236_fixedSOMPage.CultureInfo = _fixedPage.Language.GetCompatibleCulture();
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (1)
110run._cultureInfo = glyphs.Language.GetCompatibleCulture();
src\Framework\System\Windows\Documents\Glyphs.cs (3)
207_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(OriginX,OriginY), Language); 212_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(), Language); 229_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(_glyphRunOrigin, Language);