3 references to SwitchConverter
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\SwitchConverter.cs (3)
27static readonly DependencyProperty DefaultValueProperty = DependencyProperty.Register("DefaultValue", typeof(object), typeof(SwitchConverter)); 42get { return this.GetValue(SwitchConverter.DefaultValueProperty); } 43set { this.SetValue(SwitchConverter.DefaultValueProperty, value); }