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