3 references to _sharedSection
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
1573
return _flags[
_sharedSection
] == 1 ? true : false;
1578
_flags[
_sharedSection
] = value ? 1 : 0;
1611
= BitVector32.CreateSection( 1,
_sharedSection
);