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