1 write to _flags
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
929
record.
_flags
= _flags;
53 references to _flags
PresentationFramework (53)
System\Windows\Markup\BamlRecords.cs (53)
898
return
_flags
[_pinnedFlagSection];
904
_flags
[_pinnedFlagSection] = value;
929
record._flags =
_flags
;
1314
short value = (short)
_flags
[_assemblyIdLowSection];
1315
value |= (short) (
_flags
[_assemblyIdHighSection] << 8);
1322
_flags
[_assemblyIdLowSection] = (short) (value & 0xff);
1323
_flags
[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8);
1567
return
_flags
[_sharedSection] == 1 ? true : false;
1572
_flags
[_sharedSection] = value ? 1 : 0;
1581
return
_flags
[_sharedSetSection] == 1 ? true : false;
1586
_flags
[_sharedSetSection] = value ? 1 : 0;
1734
return
_flags
[_sharedSection] == 1 ? true : false;
1739
_flags
[_sharedSection] = value ? 1 : 0;
1748
return
_flags
[_sharedSetSection] == 1 ? true : false;
1753
_flags
[_sharedSetSection] = value ? 1 : 0;
2413
get { return
_flags
[_isValueTypeExtensionSection] == 1 ? true : false; }
2414
set {
_flags
[_isValueTypeExtensionSection] = value ? 1 : 0; }
2420
get { return
_flags
[_isValueStaticExtensionSection] == 1 ? true : false; }
2421
set {
_flags
[_isValueStaticExtensionSection] = value ? 1 : 0; }
2853
get { return
_flags
[_isValueSetSection] == 1 ? true : false; }
2854
set {
_flags
[_isValueSetSection] = value ? 1 : 0; }
2859
get { return
_flags
[_isValueTypeIdSection] == 1 ? true : false; }
2860
set {
_flags
[_isValueTypeIdSection] = value ? 1 : 0; }
2867
get { return
_flags
[_isRawEnumValueSetSection] == 1 ? true : false; }
2868
set {
_flags
[_isRawEnumValueSetSection] = value ? 1 : 0; }
3241
short value = (short)
_flags
[_typeIdLowSection];
3242
value |= (short) (
_flags
[_typeIdHighSection] << 8);
3249
_flags
[_typeIdLowSection] = (short) (value & 0xff);
3250
_flags
[_typeIdHighSection] = (short) ((value & 0xff00) >> 8);
3259
return
_flags
[_useTypeConverter] == 1 ? true : false;
3264
_flags
[_useTypeConverter] = value ? 1 : 0;
3273
return
_flags
[_isInjected] == 1 ? true : false;
3278
_flags
[_isInjected] = value ? 1 : 0;
3645
get { return
_flags
[_isValueTypeExtensionSection] == 1 ? true : false; }
3646
set {
_flags
[_isValueTypeExtensionSection] = value ? 1 : 0; }
3652
get { return
_flags
[_isValueStaticExtensionSection] == 1 ? true : false; }
3653
set {
_flags
[_isValueStaticExtensionSection] = value ? 1 : 0; }
4198
short value = (short)
_flags
[_assemblyIdLowSection];
4199
value |= (short) (
_flags
[_assemblyIdHighSection] << 8);
4206
_flags
[_assemblyIdLowSection] = (short) (value & 0xff);
4207
_flags
[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8);
4326
short value = (short)
_flags
[_typeIdLowSection];
4327
value |= (short) (
_flags
[_typeIdHighSection] << 8);
4334
_flags
[_typeIdLowSection] = (short) (value & 0xff);
4335
_flags
[_typeIdHighSection] = (short) ((value & 0xff00) >> 8);
4881
return
_flags
[_isInternalSection] == 1 ? true : false;
4886
_flags
[_isInternalSection] = value ? 1 : 0;
4897
return (BamlAttributeUsage)
_flags
[_attributeUsageSection];
4902
_flags
[_attributeUsageSection] = (int) value;
5000
short value = (short)
_flags
[_stringIdLowSection];
5001
value |= (short) (
_flags
[_stringIdHighSection] << 8);
5008
_flags
[_stringIdLowSection] = (short) (value & 0xff);
5009
_flags
[_stringIdHighSection] = (short) ((value & 0xff00) >> 8);