3 writes to _parseException
PresentationFramework (3)
System\Windows\Markup\XamlReader.cs (3)
650_parseException = e; 656_parseException = e; 660_parseException = XamlReader.WrapException(e, null, _baseUri);
2 references to _parseException
PresentationFramework (2)
System\Windows\Markup\XamlReader.cs (2)
665if (_parseException != null || _parseCancelled) 696LoadCompleted(this, new AsyncCompletedEventArgs(_parseException, _parseCancelled, null));