System\Windows\Documents\XPSS0ValidatingLoader.cs (3)
31internal object Load(Stream stream, Uri parentUri, ParserContext pc, ContentType mimeType)
36internal void Validate(Stream stream, Uri parentUri, ParserContext pc, ContentType mimeType, string rootElement)
51private object Load(Stream stream, Uri parentUri, ParserContext pc, ContentType mimeType, string rootElement)
System\Windows\Markup\XamlReader.cs (13)
67public static object Parse(string xamlText, ParserContext parserContext)
81public static object Parse(string xamlText, ParserContext parserContext, bool useRestrictiveXamlReader)
144public static object Load(Stream stream, ParserContext parserContext)
158public static object Load(Stream stream, ParserContext parserContext, bool useRestrictiveXamlReader )
260public object LoadAsync(Stream stream, ParserContext parserContext)
278public object LoadAsync(Stream stream, ParserContext parserContext , bool useRestrictiveXamlReader)
313private object LoadAsync(XmlReader reader, ParserContext parserContext)
318private object LoadAsync(XmlReader reader, ParserContext parserContext, bool useRestrictiveXamlReader)
795ParserContext parserContext,
815ParserContext parserContext,
837ParserContext parserContext,
935ParserContext parserContext)
1019ParserContext parserContext,
System\Windows\Markup\XamlTypeMapper.cs (15)
502ParserContext parserContext,
2238ParserContext context,
2289ParserContext context,
2718internal static Type GetInternalTypeHelperTypeFromAssembly(ParserContext pc)
2743private static InternalTypeHelper GetInternalTypeHelperFromAssembly(ParserContext pc)
2754internal static object CreateInternalInstance(ParserContext pc, Type type)
2768internal static object GetInternalPropertyValue(ParserContext pc, object rootElement, PropertyInfo pi, object target)
2783internal static bool SetInternalPropertyValue(ParserContext pc, object rootElement, PropertyInfo pi, object target, object value)
2798internal static Delegate CreateDelegate(ParserContext pc, Type delegateType, object target, string handler)
2811internal static bool AddInternalEventHandler(ParserContext pc, object rootElement, EventInfo eventInfo, object target, Delegate handler)
2845ParserContext context,
3018internal static string ProcessNameString(ParserContext parserContext, ref string nameString)
3057ParserContext parserContext,
3080ParserContext parserContext,
3614internal object GetDictionaryKey(string keyString, ParserContext context)