2 references to TypeExtensionValueMask
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
3781
IsValueTypeExtension = (flags &
TypeExtensionValueMask
) != 0;
3791
flags |=
TypeExtensionValueMask
;