5 references to XamlParseException
PresentationFramework (5)
System\Windows\Markup\MarkupExtensionParser.cs (1)
1745
XamlParseException parseException = new
XamlParseException
(message,
System\Windows\Markup\XamlParser.cs (1)
1461
XamlParseException parseException = new
XamlParseException
(message,
System\Windows\Markup\XamlStyleSerializer.cs (1)
166
parseException = new
XamlParseException
(message, lineNumber, linePosition);
System\Windows\Markup\XamlTemplateSerializer.cs (1)
184
parseException = new
XamlParseException
(message, lineNumber, linePosition);
System\Windows\Markup\XamlTypeMapper.cs (1)
706
XamlParseException parseException = new
XamlParseException
(message, lineNumber, linePosition);