4 writes to IsInternal
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
5191attribInfo.IsInternal = true;
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (3)
925attribInfo.IsInternal = isInternal; 932cachedInfoRecord.IsInternal = attribInfo.IsInternal; 942attribInfo.IsInternal = cachedInfoRecord.IsInternal;
4 references to IsInternal
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
5209isInternal = attribInfo.IsInternal; 5896return _attributeInfo.IsInternal;
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
932cachedInfoRecord.IsInternal = attribInfo.IsInternal; 942attribInfo.IsInternal = cachedInfoRecord.IsInternal;