4 references to XamlParseException
PresentationFramework (4)
System\Windows\Markup\XamlParseException.cs (3)
114
:
this
(message, innerException)
121
:
this
(message, innerException)
478
xamlParseException = new
XamlParseException
(message, innerException);
System\Windows\Markup\XamlReader.cs (1)
544
return new
XamlParseException
(e.Message, baseException);