Method LoadExisting
LoadExisting(string, object)
Populates an existing root object with the object property values created from the specified resource with XAML.
public static void LoadExisting(string resName, object existingObject)
Parameters
LoadExisting(Stream, object)
Populates an existing root object with the object property values created from a source XAML.
public object LoadExisting(Stream xamlStream, object existingObject)