3 writes to _parseException
PresentationFramework (3)
System\Windows\Markup\XamlReader.cs (3)
638
_parseException
= e;
644
_parseException
= e;
648
_parseException
= XamlReader.WrapException(e, null, _baseUri);
2 references to _parseException
PresentationFramework (2)
System\Windows\Markup\XamlReader.cs (2)
653
if (
_parseException
!= null || _parseCancelled)
684
LoadCompleted(this, new AsyncCompletedEventArgs(
_parseException
, _parseCancelled, null));