5 references to TypeInfoFlags
PresentationFramework (5)
src\Framework\System\Windows\Markup\BamlRecords.cs (5)
4531
_typeInfoFlags = (
TypeInfoFlags
)(AssemblyId >> 12);
4653
return ((_typeInfoFlags &
TypeInfoFlags
.Internal) ==
TypeInfoFlags
.Internal);
4663
_typeInfoFlags |=
TypeInfoFlags
.Internal;
4701
TypeInfoFlags
_typeInfoFlags = 0;