1 write to _flags
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
943
record.
_flags
= _flags;
53 references to _flags
PresentationFramework (53)
src\Framework\System\Windows\Markup\BamlRecords.cs (53)
912
return
_flags
[_pinnedFlagSection];
918
_flags
[_pinnedFlagSection] = value;
943
record._flags =
_flags
;
1346
short value = (short)
_flags
[_assemblyIdLowSection];
1347
value |= (short) (
_flags
[_assemblyIdHighSection] << 8);
1354
_flags
[_assemblyIdLowSection] = (short) (value & 0xff);
1355
_flags
[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8);
1609
return
_flags
[_sharedSection] == 1 ? true : false;
1614
_flags
[_sharedSection] = value ? 1 : 0;
1623
return
_flags
[_sharedSetSection] == 1 ? true : false;
1628
_flags
[_sharedSetSection] = value ? 1 : 0;
1780
return
_flags
[_sharedSection] == 1 ? true : false;
1785
_flags
[_sharedSection] = value ? 1 : 0;
1795
return
_flags
[_sharedSetSection] == 1 ? true : false;
1800
_flags
[_sharedSetSection] = value ? 1 : 0;
2504
get { return
_flags
[_isValueTypeExtensionSection] == 1 ? true : false; }
2505
set {
_flags
[_isValueTypeExtensionSection] = value ? 1 : 0; }
2511
get { return
_flags
[_isValueStaticExtensionSection] == 1 ? true : false; }
2512
set {
_flags
[_isValueStaticExtensionSection] = value ? 1 : 0; }
2953
get { return
_flags
[_isValueSetSection] == 1 ? true : false; }
2954
set {
_flags
[_isValueSetSection] = value ? 1 : 0; }
2959
get { return
_flags
[_isValueTypeIdSection] == 1 ? true : false; }
2960
set {
_flags
[_isValueTypeIdSection] = value ? 1 : 0; }
2967
get { return
_flags
[_isRawEnumValueSetSection] == 1 ? true : false; }
2968
set {
_flags
[_isRawEnumValueSetSection] = value ? 1 : 0; }
3425
short value = (short)
_flags
[_typeIdLowSection];
3426
value |= (short) (
_flags
[_typeIdHighSection] << 8);
3433
_flags
[_typeIdLowSection] = (short) (value & 0xff);
3434
_flags
[_typeIdHighSection] = (short) ((value & 0xff00) >> 8);
3445
return
_flags
[_useTypeConverter] == 1 ? true : false;
3450
_flags
[_useTypeConverter] = value ? 1 : 0;
3459
return
_flags
[_isInjected] == 1 ? true : false;
3464
_flags
[_isInjected] = value ? 1 : 0;
3843
get { return
_flags
[_isValueTypeExtensionSection] == 1 ? true : false; }
3844
set {
_flags
[_isValueTypeExtensionSection] = value ? 1 : 0; }
3850
get { return
_flags
[_isValueStaticExtensionSection] == 1 ? true : false; }
3851
set {
_flags
[_isValueStaticExtensionSection] = value ? 1 : 0; }
4438
short value = (short)
_flags
[_assemblyIdLowSection];
4439
value |= (short) (
_flags
[_assemblyIdHighSection] << 8);
4446
_flags
[_assemblyIdLowSection] = (short) (value & 0xff);
4447
_flags
[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8);
4572
short value = (short)
_flags
[_typeIdLowSection];
4573
value |= (short) (
_flags
[_typeIdHighSection] << 8);
4580
_flags
[_typeIdLowSection] = (short) (value & 0xff);
4581
_flags
[_typeIdHighSection] = (short) ((value & 0xff00) >> 8);
5138
return
_flags
[_isInternalSection] == 1 ? true : false;
5143
_flags
[_isInternalSection] = value ? 1 : 0;
5154
return (BamlAttributeUsage)
_flags
[_attributeUsageSection];
5159
_flags
[_attributeUsageSection] = (int) value;
5262
short value = (short)
_flags
[_stringIdLowSection];
5263
value |= (short) (
_flags
[_stringIdHighSection] << 8);
5270
_flags
[_stringIdLowSection] = (short) (value & 0xff);
5271
_flags
[_stringIdHighSection] = (short) ((value & 0xff00) >> 8);