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