System.Xaml.ValueSerializerContext.GetValueSerializerFor C# (CSharp) Method

GetValueSerializerFor() public method

public GetValueSerializerFor ( PropertyDescriptor descriptor ) : System.Windows.Markup.ValueSerializer
descriptor System.ComponentModel.PropertyDescriptor
return System.Windows.Markup.ValueSerializer
		public ValueSerializer GetValueSerializerFor (PropertyDescriptor descriptor)
		{
			throw new NotImplementedException ();
		}
		public ValueSerializer GetValueSerializerFor (Type type)

Same methods

ValueSerializerContext::GetValueSerializerFor ( Type type ) : System.Windows.Markup.ValueSerializer