3 overrides of GetRawConstantValue
mscorlib (1)
system\reflection\propertyinfo.cs (1)
484
public override object
GetRawConstantValue
() { return GetConstantValue(true); }
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1832
public override object
GetRawConstantValue
() { return _info.GetRawConstantValue(); }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1832
public override object
GetRawConstantValue
() { return _info.GetRawConstantValue(); }
2 references to GetRawConstantValue
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1832
public override object GetRawConstantValue() { return _info.
GetRawConstantValue
(); }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1832
public override object GetRawConstantValue() { return _info.
GetRawConstantValue
(); }