21 writes to PropertyGetter
System.Activities.Presentation (21)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (5)
323PropertyGetter = (instance) => (!instance.IsPropertyValid(localPropertyName) ? instance.validationErrors[localPropertyName] : string.Empty), 498PropertyGetter = (instance) => (instance.HasErrors) 512PropertyGetter = (instance) => (instance.content) 526PropertyGetter = (instance) => (instance.AutomationId) 540PropertyGetter = (instance) => (instance.GetTimestamp())
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (8)
808PropertyGetter = (instance) => (((DesignTimeArgument)instance).GetArgumentName()), 820PropertyGetter = (instance) => (((DesignTimeArgument)instance).GetArgumentType()), 832PropertyGetter = (instance) => (((DesignTimeArgument)instance).GetArgumentDirection()), 844PropertyGetter = (instance) => (((DesignTimeArgument)instance).GetArgumentValue()), 852PropertyGetter = (instance) => (((DesignTimeArgument)instance).GetIsOutputArgument()), 860PropertyGetter = (instance) => (((DesignTimeArgument)instance).GetOwnerSchemaProperty()), 878PropertyGetter = (instance) => 893PropertyGetter = (instance) =>
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (8)
1017PropertyGetter = (instance) => (((DesignTimeVariable)instance).GetVariableName()), 1029PropertyGetter = (instance) => (((DesignTimeVariable)instance).GetVariableType()), 1041PropertyGetter = (instance) => (((DesignTimeVariable)instance).GetVariableScope()), 1053PropertyGetter = (instance) => (((DesignTimeVariable)instance).GetVariableValue()), 1062PropertyGetter = (instance) => (((DesignTimeVariable)instance).GetToolTip()), 1072PropertyGetter = (instance) => 1087PropertyGetter = (instance) => 1102PropertyGetter = (instance) =>
1 reference to PropertyGetter
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
622return !instance.isDisposed ? this.descriptorData.PropertyGetter(instance) : null;