2 types derived from DesignObjectWrapper
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
744
sealed class DesignTimeArgument :
DesignObjectWrapper
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
979
sealed class DesignTimeVariable :
DesignObjectWrapper
36 references to DesignObjectWrapper
System.Data (36)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (21)
303
if (!
DesignObjectWrapper
.TypePropertyCollection.ContainsKey(type))
329
for (int i = 0; i <
DesignObjectWrapper
.DefaultProperties.Length; ++i)
331
descriptors.Add(this.ConstructDefaultPropertyPropertyDescriptor(
DesignObjectWrapper
.DefaultProperties[i]));
333
DesignObjectWrapper
.TypePropertyCollection[type] = new PropertyDescriptorCollection(descriptors.ToArray(), true);
336
return
DesignObjectWrapper
.TypePropertyCollection[type];
572
if (
DesignObjectWrapper
.TypePropertyCollection.ContainsKey(type))
574
PropertyDescriptorCollection properties =
DesignObjectWrapper
.TypePropertyCollection[type];
605
string.Format(CultureInfo.InvariantCulture, "{0}{1}", this.descriptorData.PropertyName,
DesignObjectWrapper
.ValidationErrorSuffix) :
621
DesignObjectWrapper
instance = (
DesignObjectWrapper
)component;
637
DesignObjectWrapper
instance = (
DesignObjectWrapper
)component;
645
DesignObjectWrapper
instance = (
DesignObjectWrapper
)component;
682
instance.RaisePropertyChangedEvent(
DesignObjectWrapper
.HasErrorsProperty);
693
instance.RaisePropertyChangedEvent(
DesignObjectWrapper
.HasErrorsProperty);
715
public Func<
DesignObjectWrapper
, object> PropertyGetter { get; set; }
716
public Action<
DesignObjectWrapper
, object> PropertySetter { get; set; }
717
public Func<
DesignObjectWrapper
, object, List<string>, bool> PropertyValidator { get; set; }
778
var
wrapper = (
DesignObjectWrapper
)content.ModelItem.GetCurrentValue();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (4)
454
var
argument = (
DesignObjectWrapper
)cell.DataContext;
460
var
argument = (
DesignObjectWrapper
)cell.DataContext;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (5)
1028
DesignObjectWrapper
designObjectWrapper = dataGrid.SelectedItems[0] as
DesignObjectWrapper
;
1512
var
entry = values.OfType<
DesignObjectWrapper
>().FirstOrDefault();
1563
Dispatcher.CurrentDispatcher.BeginInvoke(new Action<
DesignObjectWrapper
>((instance) =>
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (6)
511
var
variable = (
DesignObjectWrapper
)resolveParams.Cell.DataContext;
535
var
variable = (
DesignObjectWrapper
)cell.DataContext;
541
var
variable = (
DesignObjectWrapper
)cell.DataContext;