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