3 writes to _parseException
PresentationFramework (3)
src\Framework\System\Windows\Markup\XamlReader.cs (3)
556_parseException = e; 562_parseException = e; 566_parseException = XamlReader.WrapException(e, null, _baseUri);
2 references to _parseException
PresentationFramework (2)
src\Framework\System\Windows\Markup\XamlReader.cs (2)
571if (_parseException != null || _parseCancelled) 602LoadCompleted(this, new AsyncCompletedEventArgs(_parseException, _parseCancelled, null));