4 writes to IsInternal
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (1)
5110attribInfo.IsInternal = true;
System\Windows\Markup\XamlTypeMapper.cs (3)
831attribInfo.IsInternal = isInternal; 838cachedInfoRecord.IsInternal = attribInfo.IsInternal; 848attribInfo.IsInternal = cachedInfoRecord.IsInternal;
4 references to IsInternal
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (2)
5128isInternal = attribInfo.IsInternal; 5802return _attributeInfo.IsInternal;
System\Windows\Markup\XamlTypeMapper.cs (2)
838cachedInfoRecord.IsInternal = attribInfo.IsInternal; 848attribInfo.IsInternal = cachedInfoRecord.IsInternal;