1 write to Language
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2424
canvas.
Language
= fixedPage.Language;
15 references to Language
PresentationFramework (11)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
188
string listSeparator = snc.
Language
.GetSpecificCulture().TextInfo.ListSeparator;
MS\Internal\FrameworkObject.cs (1)
189
return _fe.
Language
;
System\Windows\Controls\ContentPresenter.cs (2)
461
if (_language != null && _language != this.
Language
)
1087
XmlLanguage language = container.
Language
;
System\Windows\Documents\DocumentSequence.cs (1)
700
this.Language = page.
Language
;
System\Windows\Documents\FixedDocument.cs (1)
856
this.Language = page.
Language
;
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
226
_fixedSOMPage.CultureInfo = _fixedPage.
Language
.GetCompatibleCulture();
System\Windows\Documents\FixedSOMTextRun.cs (1)
100
run._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)
2424
canvas.Language = fixedPage.
Language
;
ReachFramework (3)
Serialization\Manager\ReachFixedPageSerializer.cs (1)
166
XmlLanguage language = fixedPage.
Language
;
Serialization\Manager\ReachFixedPageSerializerAsync.cs (1)
191
XmlLanguage language = fixedPage.
Language
;
Serialization\Manager\XpsOMFixedPageSerializer.cs (1)
156
XmlLanguage language = fixedPage.
Language
;