19 references to ParserContext
PresentationFramework (19)
src\Framework\MS\Internal\AppModel\AppModelKnownContentFactory.cs (2)
63ParserContext pc = new ParserContext(); 100ParserContext pc = new ParserContext();
src\Framework\System\Windows\Application.cs (2)
478ParserContext pc = new ParserContext(); 597ParserContext pc = new ParserContext();
src\Framework\System\Windows\Documents\DocumentReference.cs (1)
302ParserContext pc = new ParserContext();
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
972ParserContext pc = new ParserContext();
src\Framework\System\Windows\Documents\PageContent.cs (1)
623ParserContext pc = new ParserContext();
src\Framework\System\Windows\Documents\WpfPayload.cs (1)
347ParserContext parserContext = new ParserContext();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7314bamlType.DefaultConstructor = delegate() { return new System.Windows.Markup.ParserContext(); };
src\Framework\System\Windows\Markup\BamlReader.cs (1)
177_parserContext = new ParserContext();
src\Framework\System\Windows\Markup\BamlWriter.cs (1)
61_parserContext = new ParserContext();
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1439case KnownElements.ParserContext: o = new System.Windows.Markup.ParserContext(); break;
src\Framework\System\Windows\Markup\ParserContext.cs (1)
668ParserContext context = new ParserContext();
src\Framework\System\Windows\Markup\XamlReader.cs (6)
131parserContext = new ParserContext(); 211parserContext = new ParserContext(); 240parserContext = new ParserContext(); 703parserContext = new ParserContext(); 776parserContext = new ParserContext(); 863parserContext = new ParserContext();