4 references to XamlParseException
PresentationFramework (4)
System\Windows\Markup\XamlParseException.cs (3)
105
:
this
(message, innerException)
112
:
this
(message, innerException)
469
xamlParseException = new
XamlParseException
(message, innerException);
System\Windows\Markup\XamlReader.cs (1)
530
return new
XamlParseException
(e.Message, baseException);