5 references to ParserBamlEvent
PresentationFramework (5)
System\Windows\Markup\BamlReader.cs (2)
1793throw new InvalidOperationException(SR.Format(SR.ParserBamlEvent, string.Empty)); 1807throw new InvalidOperationException(SR.Format(SR.ParserBamlEvent, string.Empty));
System\Windows\Markup\BamlRecordReader.cs (1)
714ThrowException(nameof(SR.ParserBamlEvent), bamlRoutedEventRecord.Value);
System\Windows\Markup\BamlWriter.cs (2)
901throw new NotSupportedException(SR.Format(SR.ParserBamlEvent, eventIdName)); 930throw new NotSupportedException(SR.Format(SR.ParserBamlEvent, eventName));