3 references to _sharedSetSection
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
1623
return _flags[
_sharedSetSection
] == 1 ? true : false;
1628
_flags[
_sharedSetSection
] = value ? 1 : 0;
1653
get { return
_sharedSetSection
; }