19 references to ParserContext
PresentationFramework (19)
src\Framework\MS\Internal\AppModel\AppModelKnownContentFactory.cs (2)
63
ParserContext pc = new
ParserContext
();
100
ParserContext pc = new
ParserContext
();
src\Framework\System\Windows\Application.cs (2)
478
ParserContext pc = new
ParserContext
();
597
ParserContext pc = new
ParserContext
();
src\Framework\System\Windows\Documents\DocumentReference.cs (1)
302
ParserContext pc = new
ParserContext
();
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
972
ParserContext pc = new
ParserContext
();
src\Framework\System\Windows\Documents\PageContent.cs (1)
623
ParserContext pc = new
ParserContext
();
src\Framework\System\Windows\Documents\WpfPayload.cs (1)
347
ParserContext parserContext = new
ParserContext
();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7314
bamlType.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)
1439
case KnownElements.ParserContext: o = new System.Windows.Markup.
ParserContext
(); break;
src\Framework\System\Windows\Markup\ParserContext.cs (1)
668
ParserContext context = new
ParserContext
();
src\Framework\System\Windows\Markup\XamlReader.cs (6)
131
parserContext = new
ParserContext
();
211
parserContext = new
ParserContext
();
240
parserContext = new
ParserContext
();
703
parserContext = new
ParserContext
();
776
parserContext = new
ParserContext
();
863
parserContext = new
ParserContext
();