System.Windows.PropertyPath.PropertyPath C# (CSharp) Method

PropertyPath() public method

public PropertyPath ( object parameter ) : System
parameter object
return System
		public PropertyPath (object parameter)
		{
			property = parameter as DependencyProperty;
			path = parameter as string;
		}
		

Same methods

PropertyPath::PropertyPath ( string path ) : System
PropertyPath