1 write to Language
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2431
canvas.
Language
= fixedPage.Language;
15 references to Language
PresentationFramework (11)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
198
string listSeparator = snc.
Language
.GetSpecificCulture().TextInfo.ListSeparator;
MS\Internal\FrameworkObject.cs (1)
192
return _fe.
Language
;
System\Windows\Controls\ContentPresenter.cs (2)
470
if (_language != null && _language != this.
Language
)
1096
XmlLanguage language = container.
Language
;
System\Windows\Documents\DocumentSequence.cs (1)
704
this.Language = page.
Language
;
System\Windows\Documents\FixedDocument.cs (1)
867
this.Language = page.
Language
;
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
231
_fixedSOMPage.CultureInfo = _fixedPage.
Language
.GetCompatibleCulture();
System\Windows\Documents\FixedSOMTextRun.cs (1)
104
run._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)
2431
canvas.Language = fixedPage.
Language
;
ReachFramework (3)
Serialization\Manager\ReachFixedPageSerializer.cs (1)
175
XmlLanguage language = fixedPage.
Language
;
Serialization\Manager\ReachFixedPageSerializerAsync.cs (1)
200
XmlLanguage language = fixedPage.
Language
;
Serialization\Manager\XpsOMFixedPageSerializer.cs (1)
165
XmlLanguage language = fixedPage.
Language
;