16 references to XamlParseException
PresentationFramework (16)
MS\Internal\Globalization\BamlResourceDeserializer.cs (4)
60throw new XamlParseException(SR.InvalidStartOfBaml); 178throw new XamlParseException(SR.Format(SR.UnRecognizedBamlNodeType, _reader.NodeType)); 293throw new XamlParseException(SR.Format(SR.UnRecognizedBamlNodeType, _reader.NodeType)); 303throw new XamlParseException(SR.InvalidEndOfBaml);
MS\Internal\Helper.cs (3)
677throw new XamlParseException(SR.Format(SR.MarkupExtensionDynamicOrBindingOnClrProp, 698throw new XamlParseException(SR.Format(SR.MarkupExtensionDynamicOrBindingInCollection, 722throw new XamlParseException(SR.Format(SR.MarkupExtensionDynamicOrBindingInCollection,
System\Windows\Documents\WpfPayload.cs (1)
372throw new XamlParseException(SR.TextEditorCopyPaste_EntryPartIsMissingInXamlPackage);
System\Windows\FrameworkTemplate.cs (1)
209throw new System.Windows.Markup.XamlParseException(SR.TemplateContentSetTwice);
System\Windows\Markup\BamlRecords.cs (2)
2618throw new XamlParseException(SR.Format(SR.ParserBadString, Value, ValueType.Name)); 4362throw new XamlParseException(SR.ParserTooManyAssemblies);
System\Windows\Markup\WpfXamlLoader.cs (1)
369throw new XamlParseException(SR.SharedAttributeInLooseXaml);
System\Windows\Markup\XamlParseException.cs (1)
91: this(message)
System\Windows\Markup\XamlStyleSerializer.cs (1)
170parseException = new XamlParseException(message);
System\Windows\Markup\XamlTemplateSerializer.cs (1)
188parseException = new XamlParseException(message);
System\Windows\TemplateContent.cs (1)
1018throw new System.Windows.Markup.XamlParseException(SR.ParserUnexpectedEndEle);