4 writes to IsInternal
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (1)
5111
attribInfo.
IsInternal
= true;
System\Windows\Markup\XamlTypeMapper.cs (3)
832
attribInfo.
IsInternal
= isInternal;
839
cachedInfoRecord.
IsInternal
= attribInfo.IsInternal;
849
attribInfo.
IsInternal
= cachedInfoRecord.IsInternal;
4 references to IsInternal
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (2)
5129
isInternal = attribInfo.
IsInternal
;
5803
return _attributeInfo.
IsInternal
;
System\Windows\Markup\XamlTypeMapper.cs (2)
839
cachedInfoRecord.IsInternal = attribInfo.
IsInternal
;
849
attribInfo.IsInternal = cachedInfoRecord.
IsInternal
;