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)
162if (_languageID == null) 165currentNode != null && _languageID == null; 205if(_languageID == null) 209return (uint) _languageID;