1 write to _flags
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
941
record.
_flags
= _flags;
53 references to _flags
PresentationFramework (53)
System\Windows\Markup\BamlRecords.cs (53)
910
return
_flags
[_pinnedFlagSection];
916
_flags
[_pinnedFlagSection] = value;
941
record._flags =
_flags
;
1326
short value = (short)
_flags
[_assemblyIdLowSection];
1327
value |= (short) (
_flags
[_assemblyIdHighSection] << 8);
1334
_flags
[_assemblyIdLowSection] = (short) (value & 0xff);
1335
_flags
[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8);
1579
return
_flags
[_sharedSection] == 1 ? true : false;
1584
_flags
[_sharedSection] = value ? 1 : 0;
1593
return
_flags
[_sharedSetSection] == 1 ? true : false;
1598
_flags
[_sharedSetSection] = value ? 1 : 0;
1746
return
_flags
[_sharedSection] == 1 ? true : false;
1751
_flags
[_sharedSection] = value ? 1 : 0;
1760
return
_flags
[_sharedSetSection] == 1 ? true : false;
1765
_flags
[_sharedSetSection] = value ? 1 : 0;
2425
get { return
_flags
[_isValueTypeExtensionSection] == 1 ? true : false; }
2426
set {
_flags
[_isValueTypeExtensionSection] = value ? 1 : 0; }
2432
get { return
_flags
[_isValueStaticExtensionSection] == 1 ? true : false; }
2433
set {
_flags
[_isValueStaticExtensionSection] = value ? 1 : 0; }
2865
get { return
_flags
[_isValueSetSection] == 1 ? true : false; }
2866
set {
_flags
[_isValueSetSection] = value ? 1 : 0; }
2871
get { return
_flags
[_isValueTypeIdSection] == 1 ? true : false; }
2872
set {
_flags
[_isValueTypeIdSection] = value ? 1 : 0; }
2879
get { return
_flags
[_isRawEnumValueSetSection] == 1 ? true : false; }
2880
set {
_flags
[_isRawEnumValueSetSection] = value ? 1 : 0; }
3253
short value = (short)
_flags
[_typeIdLowSection];
3254
value |= (short) (
_flags
[_typeIdHighSection] << 8);
3261
_flags
[_typeIdLowSection] = (short) (value & 0xff);
3262
_flags
[_typeIdHighSection] = (short) ((value & 0xff00) >> 8);
3271
return
_flags
[_useTypeConverter] == 1 ? true : false;
3276
_flags
[_useTypeConverter] = value ? 1 : 0;
3285
return
_flags
[_isInjected] == 1 ? true : false;
3290
_flags
[_isInjected] = value ? 1 : 0;
3657
get { return
_flags
[_isValueTypeExtensionSection] == 1 ? true : false; }
3658
set {
_flags
[_isValueTypeExtensionSection] = value ? 1 : 0; }
3664
get { return
_flags
[_isValueStaticExtensionSection] == 1 ? true : false; }
3665
set {
_flags
[_isValueStaticExtensionSection] = value ? 1 : 0; }
4210
short value = (short)
_flags
[_assemblyIdLowSection];
4211
value |= (short) (
_flags
[_assemblyIdHighSection] << 8);
4218
_flags
[_assemblyIdLowSection] = (short) (value & 0xff);
4219
_flags
[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8);
4338
short value = (short)
_flags
[_typeIdLowSection];
4339
value |= (short) (
_flags
[_typeIdHighSection] << 8);
4346
_flags
[_typeIdLowSection] = (short) (value & 0xff);
4347
_flags
[_typeIdHighSection] = (short) ((value & 0xff00) >> 8);
4894
return
_flags
[_isInternalSection] == 1 ? true : false;
4899
_flags
[_isInternalSection] = value ? 1 : 0;
4910
return (BamlAttributeUsage)
_flags
[_attributeUsageSection];
4915
_flags
[_attributeUsageSection] = (int) value;
5013
short value = (short)
_flags
[_stringIdLowSection];
5014
value |= (short) (
_flags
[_stringIdHighSection] << 8);
5021
_flags
[_stringIdLowSection] = (short) (value & 0xff);
5022
_flags
[_stringIdHighSection] = (short) ((value & 0xff00) >> 8);