3 references to _isValueTypeIdSection
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
2871
get { return _flags[
_isValueTypeIdSection
] == 1 ? true : false; }
2872
set { _flags[
_isValueTypeIdSection
] = value ? 1 : 0; }
2895
= BitVector32.CreateSection(1,
_isValueTypeIdSection
);