1 write to Language
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2424canvas.Language = fixedPage.Language;
15 references to Language
PresentationFramework (11)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
188string listSeparator = snc.Language.GetSpecificCulture().TextInfo.ListSeparator;
MS\Internal\FrameworkObject.cs (1)
189return _fe.Language;
System\Windows\Controls\ContentPresenter.cs (2)
461if (_language != null && _language != this.Language) 1087XmlLanguage language = container.Language;
System\Windows\Documents\DocumentSequence.cs (1)
700this.Language = page.Language;
System\Windows\Documents\FixedDocument.cs (1)
856this.Language = page.Language;
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
226_fixedSOMPage.CultureInfo = _fixedPage.Language.GetCompatibleCulture();
System\Windows\Documents\FixedSOMTextRun.cs (1)
100run._cultureInfo = glyphs.Language.GetCompatibleCulture();
System\Windows\Documents\Glyphs.cs (3)
180_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(OriginX,OriginY), Language); 185_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(), Language); 202_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(_glyphRunOrigin, Language);
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2424canvas.Language = fixedPage.Language;
ReachFramework (3)
Serialization\Manager\ReachFixedPageSerializer.cs (1)
166XmlLanguage language = fixedPage.Language;
Serialization\Manager\ReachFixedPageSerializerAsync.cs (1)
191XmlLanguage language = fixedPage.Language;
Serialization\Manager\XpsOMFixedPageSerializer.cs (1)
156XmlLanguage language = fixedPage.Language;