4 writes to IsInternal
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (1)
5132attribInfo.IsInternal = true;
System\Windows\Markup\XamlTypeMapper.cs (3)
842attribInfo.IsInternal = isInternal; 849cachedInfoRecord.IsInternal = attribInfo.IsInternal; 859attribInfo.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)
849cachedInfoRecord.IsInternal = attribInfo.IsInternal; 859attribInfo.IsInternal = cachedInfoRecord.IsInternal;