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