5 references to TypeInfoFlags
PresentationFramework (5)
System\Windows\Markup\BamlRecords.cs (5)
4285
_typeInfoFlags = (
TypeInfoFlags
)(AssemblyId >> 12);
4404
return ((_typeInfoFlags &
TypeInfoFlags
.Internal) ==
TypeInfoFlags
.Internal);
4414
_typeInfoFlags |=
TypeInfoFlags
.Internal;
4452
private
TypeInfoFlags
_typeInfoFlags = 0;