5 references to TypeExtensionValueMask
PresentationFramework (5)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (5)
1516
if ((serializerTypeId &
TypeExtensionValueMask
) ==
TypeExtensionValueMask
)
1518
serializerTypeId &= (short)(~
TypeExtensionValueMask
);
1657
bool isValueTypeExtension = (extensionId &
TypeExtensionValueMask
) ==
TypeExtensionValueMask
;