Implemented interface member:
method
SetValue
System.Runtime.InteropServices._PropertyInfo.SetValue(System.Object, System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo)
11 overrides of SetValue
mscorlib (2)
system\reflection\emit\propertybuilder.cs (1)
196
public override void
SetValue
(Object obj,Object value,BindingFlags invokeAttr,Binder binder,Object[] index,CultureInfo culture)
system\reflection\propertyinfo.cs (1)
647
public override void
SetValue
(Object obj, Object value, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
PresentationFramework (1)
src\Framework\MS\Internal\Data\IndexerPropertyInfo.cs (1)
79
public override void
SetValue
(object obj, object value, BindingFlags invokeAttr, Binder binder, object[] index, System.Globalization.CultureInfo culture)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1824
public override void
SetValue
(object obj, object value, BindingFlags invokeAttr, Binder binder, object[] index, CultureInfo culture) { _info.SetValue(obj, value, invokeAttr, binder, index, culture); }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1824
public override void
SetValue
(object obj, object value, BindingFlags invokeAttr, Binder binder, object[] index, CultureInfo culture) { _info.SetValue(obj, value, invokeAttr, binder, index, culture); }
System.Workflow.Activities (1)
Designers\StateDesigner.cs (1)
2488
public override void
SetValue
(object obj, object value, BindingFlags invokeAttr, Binder binder, object[] index, CultureInfo culture)
System.Workflow.ComponentModel (5)
AuthoringOM\Bind.cs (1)
1657
public override void
SetValue
(object obj, object value, BindingFlags invokeAttr, Binder binder, object[] index, CultureInfo culture)
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (1)
50
public override void
SetValue
(object obj, object value, BindingFlags invokeAttr, Binder binder, object[] index, CultureInfo culture)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
1009
public override void
SetValue
(object obj, object value, BindingFlags invokeAttr, Binder binder, object[] index, CultureInfo culture)
AuthoringOM\Design\ComponentSerializationService.cs (1)
676
public override void
SetValue
(object obj, object value, BindingFlags invokeAttr, Binder binder, object[] index, CultureInfo culture)
AuthoringOM\Serializer\ExtendedPropertyInfo.cs (1)
128
public override void
SetValue
(object obj, object value, BindingFlags invokeAttr, Binder binder, object[] index, CultureInfo culture)
13 references to SetValue
mscorlib (1)
system\reflection\propertyinfo.cs (1)
127
SetValue
(obj, value, BindingFlags.Default, null, index, null);
PresentationFramework (7)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
384
pi.
SetValue
(item, value,
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (1)
147
PropertyDefinition.PropertyInfo.
SetValue
(Parent,
src\Framework\System\Windows\Markup\BamlRecordReader.cs (4)
2296
propertyDefinition.PropertyInfo.
SetValue
(element, valueObject,
2613
propertyDefinition.PropertyInfo.
SetValue
(o, value, BindingFlags.Default, null, null, TypeConverterHelper.InvariantEnglishUS);
3754
propertyInfo.
SetValue
(currentTarget,o,BindingFlags.Default,null,null,
3865
propertyInfo.
SetValue
(parentObject, value, BindingFlags.Default, null, null
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
2951
pi.
SetValue
(target, value, BindingFlags.Default, null, null, TypeConverterHelper.InvariantEnglishUS);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1824
public override void SetValue(object obj, object value, BindingFlags invokeAttr, Binder binder, object[] index, CultureInfo culture) { _info.
SetValue
(obj, value, invokeAttr, binder, index, culture); }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1824
public override void SetValue(object obj, object value, BindingFlags invokeAttr, Binder binder, object[] index, CultureInfo culture) { _info.
SetValue
(obj, value, invokeAttr, binder, index, culture); }
System.Workflow.Activities (1)
Designers\StateDesigner.cs (1)
2490
this.realPropertyInfo.
SetValue
(obj, value, invokeAttr, binder, index, culture);
System.Workflow.ComponentModel (2)
AuthoringOM\Bind.cs (1)
1674
this.originalPropertyInfo.
SetValue
(obj, value, invokeAttr, binder, index, culture);
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
1011
this.propertyInfo.
SetValue
(obj, value, invokeAttr, binder, index, culture);