3 references to _stringIdHighSection
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
5001
value |= (short) (_flags[
_stringIdHighSection
] << 8);
5009
_flags[
_stringIdHighSection
] = (short) ((value & 0xff00) >> 8);
5058
get { return
_stringIdHighSection
; }