4 writes to IsInternal
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (1)
5111attribInfo.IsInternal = true;
System\Windows\Markup\XamlTypeMapper.cs (3)
832attribInfo.IsInternal = isInternal; 839cachedInfoRecord.IsInternal = attribInfo.IsInternal; 849attribInfo.IsInternal = cachedInfoRecord.IsInternal;
4 references to IsInternal
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (2)
5129isInternal = attribInfo.IsInternal; 5803return _attributeInfo.IsInternal;
System\Windows\Markup\XamlTypeMapper.cs (2)
839cachedInfoRecord.IsInternal = attribInfo.IsInternal; 849attribInfo.IsInternal = cachedInfoRecord.IsInternal;