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