Skip to content

LayoutRoot implementation of IXmlSerializable.ReadXml to read the end element. #88

Closed
@Dirkster99

Description

@Dirkster99

Implementations of IXmlSerializable.ReadXml are required to read the entire element from beginning to end, including all of its contents.

The current implementation would not read the end element from the reader. This cause issues if the LayoutRoot was being serialized as part of a parent object's xml serialization as the XmlReader would be left on an unexpected element.

xceedsoftware/wpftoolkit#1545

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions