1 write to _parserContext
PresentationFramework (1)
src\Framework\System\Windows\FrameworkTemplate.cs (1)
1460
_parserContext
= parserContext.ScopedCopy(false /*copyNameScopeStack*/ );
2 references to _parserContext
PresentationFramework (2)
src\Framework\System\Windows\FrameworkTemplate.cs (2)
1465
_parserContext
.SkipJournaledProperties = false;
1473
get { return
_parserContext
; }