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