3 writes to _languageID
PresentationFramework (3)
MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (3)
179
_languageID
= 0;
195
_languageID
= checked((uint)cultureInfo.LCID);
207
_languageID
= checked((uint)CultureInfo.InvariantCulture.LCID);
4 references to _languageID
PresentationFramework (4)
MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (4)
163
if (
_languageID
== null)
166
currentNode != null &&
_languageID
== null;
206
if(
_languageID
== null)
210
return (uint)
_languageID
;