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