2 references to _sharedSetSection
PresentationBuildTasks (2)
Framework\System\Windows\Markup\BamlRecords.cs (2)
1795
return _flags[
_sharedSetSection
] == 1 ? true : false;
1800
_flags[
_sharedSetSection
] = value ? 1 : 0;