16 references to XamlParseException
PresentationFramework (16)
MS\Internal\Globalization\BamlResourceDeserializer.cs (4)
52
throw new
XamlParseException
(SR.InvalidStartOfBaml);
170
throw new
XamlParseException
(SR.Format(SR.UnRecognizedBamlNodeType, _reader.NodeType));
285
throw new
XamlParseException
(SR.Format(SR.UnRecognizedBamlNodeType, _reader.NodeType));
295
throw new
XamlParseException
(SR.InvalidEndOfBaml);
MS\Internal\Helper.cs (3)
664
throw new
XamlParseException
(SR.Format(SR.MarkupExtensionDynamicOrBindingOnClrProp,
685
throw new
XamlParseException
(SR.Format(SR.MarkupExtensionDynamicOrBindingInCollection,
709
throw new
XamlParseException
(SR.Format(SR.MarkupExtensionDynamicOrBindingInCollection,
System\Windows\Documents\WpfPayload.cs (1)
367
throw new
XamlParseException
(SR.TextEditorCopyPaste_EntryPartIsMissingInXamlPackage);
System\Windows\FrameworkTemplate.cs (1)
199
throw new System.Windows.Markup.
XamlParseException
(SR.TemplateContentSetTwice);
System\Windows\Markup\BamlRecords.cs (2)
2605
throw new
XamlParseException
(SR.Format(SR.ParserBadString, Value, ValueType.Name));
4349
throw new
XamlParseException
(SR.ParserTooManyAssemblies);
System\Windows\Markup\WpfXamlLoader.cs (1)
364
throw new
XamlParseException
(SR.SharedAttributeInLooseXaml);
System\Windows\Markup\XamlParseException.cs (1)
82
:
this
(message)
System\Windows\Markup\XamlStyleSerializer.cs (1)
160
parseException = new
XamlParseException
(message);
System\Windows\Markup\XamlTemplateSerializer.cs (1)
178
parseException = new
XamlParseException
(message);
System\Windows\TemplateContent.cs (1)
1008
throw new System.Windows.Markup.
XamlParseException
(SR.ParserUnexpectedEndEle);