Method LoadExistingEx
LoadExistingEx(Stream, object, Flags, string?)
Populates an existing root object with the object property values created from a source XAML.
public static object LoadExistingEx(Stream xamlStream, object existingObject, UixmlLoader.Flags flags = (UixmlLoader.Flags)0, string? resName = null)
Parameters
xamlStream
StreamexistingObject
objectflags
UixmlLoader.FlagsresName
string