12 references to Property
System.Data (12)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (12)
433
case PropertyKind.
Property
:
972
if (this.GetArgumentDirection() != PropertyKind.
Property
)
994
PropertyKind result = PropertyKind.
Property
;
1019
if (direction == PropertyKind.
Property
)
1044
case PropertyKind.
Property
:
1057
if (PropertyKind.
Property
== this.GetArgumentDirection())
1111
if (PropertyKind.
Property
== this.GetArgumentDirection())
1198
return this.GetArgumentDirection() != PropertyKind.
Property
|| !type.IsGenericType || !typeof(Argument).IsAssignableFrom(type);
1272
if (((type != stringTypeReference && (converter == null || !converter.CanConvertFrom(stringTypeReference))) && direction == PropertyKind.
Property
)
1319
if (PropertyKind.
Property
== this.GetArgumentDirection())
1349
if (this.GetArgumentDirection() == PropertyKind.
Property
)
1380
if (newDirection == PropertyKind.
Property
)