4 writes to IsInternal
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (1)
5132attribInfo.IsInternal = true;
System\Windows\Markup\XamlTypeMapper.cs (3)
850attribInfo.IsInternal = isInternal; 857cachedInfoRecord.IsInternal = attribInfo.IsInternal; 867attribInfo.IsInternal = cachedInfoRecord.IsInternal;
4 references to IsInternal
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (2)
5150isInternal = attribInfo.IsInternal; 5827return _attributeInfo.IsInternal;
System\Windows\Markup\XamlTypeMapper.cs (2)
857cachedInfoRecord.IsInternal = attribInfo.IsInternal; 867attribInfo.IsInternal = cachedInfoRecord.IsInternal;