3 references to _stringIdLowSection
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
5013
short value = (short) _flags[
_stringIdLowSection
];
5021
_flags[
_stringIdLowSection
] = (short) (value & 0xff);
5065
= BitVector32.CreateSection( (short)0xff,
_stringIdLowSection
);