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)
165if (_languageID == null) 168currentNode != null && _languageID == null; 208if(_languageID == null) 212return (uint) _languageID;