1 override of ClearValue
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyImpl.cs (1)
184public override void ClearValue()
11 references to ClearValue
System.Data (11)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (1)
598_properties[i].ClearValue();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
243property.ClearValue();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyDescriptor.cs (1)
115this.itemProperty.ClearValue();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (6)
737variable.Content.Properties[DesignTimeArgument.AnnotationTextProperty].ClearValue(); 1396this.ReflectedObject.Properties[ArgumentDefaultValueProperty].ClearValue(); 1401this.ReflectedObject.Properties[ArgumentDefaultValueProperty].ClearValue(); 1406this.ReflectedObject.Properties[ArgumentDefaultValueProperty].ClearValue(); 1441this.ReflectedObject.Properties[ArgumentDefaultValueProperty].ClearValue(); 1446this.ReflectedObject.Properties[ArgumentDefaultValueProperty].ClearValue();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1665item.Properties[Annotation.AnnotationTextPropertyName].ClearValue();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
747variable.Content.Properties[DesignTimeVariable.AnnotationTextProperty].ClearValue();