19 instantiations of 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();
80 references to ParserContext
PresentationFramework (80)
src\Framework\MS\Internal\AppModel\AppModelKnownContentFactory.cs (2)
63ParserContext pc = new ParserContext(); 100ParserContext pc = new ParserContext();
src\Framework\System\Windows\Application.cs (3)
478ParserContext pc = new ParserContext(); 597ParserContext pc = new ParserContext(); 631internal static object LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
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\Documents\XPSS0ValidatingLoader.cs (3)
30internal object Load(Stream stream, Uri parentUri, ParserContext pc, ContentType mimeType) 35internal void Validate(Stream stream, Uri parentUri, ParserContext pc, ContentType mimeType, string rootElement) 56private object Load(Stream stream, Uri parentUri, ParserContext pc, ContentType mimeType, string rootElement)
src\Framework\System\Windows\FrameworkTemplate.cs (3)
1458internal void CopyParserContext(ParserContext parserContext) 1471internal ParserContext ParserContext 1544private ParserContext _parserContext;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
532case 440: t = () => typeof(ParserContext); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7312typeof(System.Windows.Markup.ParserContext),
src\Framework\System\Windows\Markup\BamlMapTable.cs (2)
550ParserContext pc) 1500ParserContext pc,
src\Framework\System\Windows\Markup\BamlReader.cs (1)
2873private ParserContext _parserContext;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (5)
105ParserContext parserContext) 113ParserContext parserContext, 139ParserContext parserContext, 5500internal ParserContext ParserContext 5699ParserContext _parserContext; // XamlTypeMapper, namespace state, lang/space values
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (3)
58ParserContext parserContext, 1848internal ParserContext ParserContext 1914ParserContext _parserContext;
src\Framework\System\Windows\Markup\BamlWriter.cs (1)
1416ParserContext _parserContext;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5984case KnownElements.ParserContext: t = typeof(System.Windows.Markup.ParserContext); break;
src\Framework\System\Windows\Markup\MarkupExtensionParser.cs (2)
72ParserContext parserContext) 1772private ParserContext _parserContext;
src\Framework\System\Windows\Markup\ParserContext.cs (9)
164internal ParserContext(ParserContext parserContext) 428public static implicit operator XmlParserContext(ParserContext parserContext) 430return ParserContext.ToXmlParserContext(parserContext); 439public static XmlParserContext ToXmlParserContext(ParserContext parserContext) 650internal ParserContext ScopedCopy() 666internal ParserContext ScopedCopy(bool copyNameScopeStack) 668ParserContext context = new ParserContext(); 744internal ParserContext Clone() 746ParserContext context = ScopedCopy();
src\Framework\System\Windows\Markup\ProvideValueServiceProvider.cs (2)
27internal ProvideValueServiceProvider(ParserContext context) 136private ParserContext _context = null;
src\Framework\System\Windows\Markup\RoutedEventConverter.cs (1)
157private string ExtractNamespaceString(ref string nameString, ParserContext parserContext)
src\Framework\System\Windows\Markup\typecontext.cs (3)
138public ParserContext ParserContext 157public TypeConvertContext(ParserContext parserContext) 187ParserContext _parserContext;
src\Framework\System\Windows\Markup\XamlParseException.cs (1)
524internal static void ThrowException(ParserContext parserContext, int lineNumber, int linePosition, string message, Exception innerException)
src\Framework\System\Windows\Markup\XamlReader.cs (9)
75public static object Parse(string xamlText, ParserContext parserContext) 123public static object Load(Stream stream, ParserContext parserContext) 195public object LoadAsync(Stream stream, ParserContext parserContext) 231private object LoadAsync(XmlReader reader, ParserContext parserContext) 695internal static object Load(Stream stream, ParserContext parserContext, bool useRestrictiveXamlReader) 743ParserContext parserContext, 763ParserContext parserContext, 859ParserContext parserContext) 955ParserContext parserContext,
src\Framework\System\Windows\Markup\XamlSerializer.cs (4)
66ParserContext context, 83ParserContext context, 99ParserContext context) // Context 139ParserContext parserContext)
src\Framework\System\Windows\Markup\XamlStyleSerializer.cs (1)
93internal override object GetDictionaryKey(BamlRecord startRecord, ParserContext parserContext)
src\Framework\System\Windows\Markup\XamlTemplateSerializer.cs (1)
93internal override object GetDictionaryKey(BamlRecord startRecord, ParserContext parserContext)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (15)
592ParserContext parserContext, 2337ParserContext context, 2388ParserContext context, 2818internal static Type GetInternalTypeHelperTypeFromAssembly(ParserContext pc) 2843private static InternalTypeHelper GetInternalTypeHelperFromAssembly(ParserContext pc) 2861internal static object CreateInternalInstance(ParserContext pc, Type type) 2901internal static object GetInternalPropertyValue(ParserContext pc, object rootElement, PropertyInfo pi, object target) 2940internal static bool SetInternalPropertyValue(ParserContext pc, object rootElement, PropertyInfo pi, object target, object value) 2980internal static Delegate CreateDelegate(ParserContext pc, Type delegateType, object target, string handler) 3017internal static bool AddInternalEventHandler(ParserContext pc, object rootElement, EventInfo eventInfo, object target, Delegate handler) 3070ParserContext context, 3241internal static string ProcessNameString(ParserContext parserContext, ref string nameString) 3280ParserContext parserContext, 3303ParserContext parserContext, 3843internal object GetDictionaryKey(string keyString, ParserContext context)
src\Framework\System\Windows\PropertyPath.cs (2)
840ParserContext parserContext = context as ParserContext;