1 write to Language
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2423canvas.Language = fixedPage.Language;
15 references to Language
PresentationFramework (11)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
187string listSeparator = snc.Language.GetSpecificCulture().TextInfo.ListSeparator;
MS\Internal\FrameworkObject.cs (1)
188return _fe.Language;
System\Windows\Controls\ContentPresenter.cs (2)
462if (_language != null && _language != this.Language) 1100XmlLanguage language = container.Language;
System\Windows\Documents\DocumentSequence.cs (1)
687this.Language = page.Language;
System\Windows\Documents\FixedDocument.cs (1)
855this.Language = page.Language;
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
226CultureInfo = _fixedPage.Language.GetCompatibleCulture()
System\Windows\Documents\FixedSOMTextRun.cs (1)
100_cultureInfo = glyphs.Language.GetCompatibleCulture(),
System\Windows\Documents\Glyphs.cs (3)
178_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(OriginX,OriginY), Language); 183_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(), Language); 200_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(_glyphRunOrigin, Language);
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2423canvas.Language = fixedPage.Language;
ReachFramework (3)
Serialization\Manager\ReachFixedPageSerializer.cs (1)
165XmlLanguage language = fixedPage.Language;
Serialization\Manager\ReachFixedPageSerializerAsync.cs (1)
190XmlLanguage language = fixedPage.Language;
Serialization\Manager\XpsOMFixedPageSerializer.cs (1)
155XmlLanguage language = fixedPage.Language;