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)
163if (_languageID == null) 166currentNode != null && _languageID == null; 206if(_languageID == null) 210return (uint) _languageID;