3 writes to _languageID
PresentationFramework (3)
MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (3)
181
_languageID
= 0;
197
_languageID
= checked((uint)cultureInfo.LCID);
209
_languageID
= checked((uint)CultureInfo.InvariantCulture.LCID);
4 references to _languageID
PresentationFramework (4)
MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (4)
165
if (
_languageID
== null)
168
currentNode != null &&
_languageID
== null;
208
if(
_languageID
== null)
212
return (uint)
_languageID
;