3 writes to _languageID
PresentationFramework (3)
MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (3)
178
_languageID
= 0;
194
_languageID
= checked((uint)cultureInfo.LCID);
206
_languageID
= checked((uint)CultureInfo.InvariantCulture.LCID);
4 references to _languageID
PresentationFramework (4)
MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (4)
162
if (
_languageID
== null)
165
currentNode != null &&
_languageID
== null;
205
if(
_languageID
== null)
209
return (uint)
_languageID
;