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