1 write to Language
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2433canvas.Language = fixedPage.Language;
15 references to Language
PresentationFramework (11)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
198string listSeparator = snc.Language.GetSpecificCulture().TextInfo.ListSeparator;
MS\Internal\FrameworkObject.cs (1)
192return _fe.Language;
System\Windows\Controls\ContentPresenter.cs (2)
470if (_language != null && _language != this.Language) 1096XmlLanguage language = container.Language;
System\Windows\Documents\DocumentSequence.cs (1)
704this.Language = page.Language;
System\Windows\Documents\FixedDocument.cs (1)
867this.Language = page.Language;
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
231_fixedSOMPage.CultureInfo = _fixedPage.Language.GetCompatibleCulture();
System\Windows\Documents\FixedSOMTextRun.cs (1)
104run._cultureInfo = glyphs.Language.GetCompatibleCulture();
System\Windows\Documents\Glyphs.cs (3)
193_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(OriginX,OriginY), Language); 198_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(), Language); 215_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(_glyphRunOrigin, Language);
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2433canvas.Language = fixedPage.Language;
ReachFramework (3)
Serialization\Manager\ReachFixedPageSerializer.cs (1)
175XmlLanguage language = fixedPage.Language;
Serialization\Manager\ReachFixedPageSerializerAsync.cs (1)
200XmlLanguage language = fixedPage.Language;
Serialization\Manager\XpsOMFixedPageSerializer.cs (1)
165XmlLanguage language = fixedPage.Language;