System\Windows\Documents\XPSS0ValidatingLoader.cs (3)
40internal object Load(Stream stream, Uri parentUri, ParserContext pc, ContentType mimeType)
45internal void Validate(Stream stream, Uri parentUri, ParserContext pc, ContentType mimeType, string rootElement)
60private object Load(Stream stream, Uri parentUri, ParserContext pc, ContentType mimeType, string rootElement)
System\Windows\Markup\XamlReader.cs (13)
80public static object Parse(string xamlText, ParserContext parserContext)
94public static object Parse(string xamlText, ParserContext parserContext, bool useRestrictiveXamlReader)
157public static object Load(Stream stream, ParserContext parserContext)
171public static object Load(Stream stream, ParserContext parserContext, bool useRestrictiveXamlReader )
273public object LoadAsync(Stream stream, ParserContext parserContext)
291public object LoadAsync(Stream stream, ParserContext parserContext , bool useRestrictiveXamlReader)
324private object LoadAsync(XmlReader reader, ParserContext parserContext)
329private object LoadAsync(XmlReader reader, ParserContext parserContext, bool useRestrictiveXamlReader)
799ParserContext parserContext,
819ParserContext parserContext,
841ParserContext parserContext,
937ParserContext parserContext)
1021ParserContext parserContext,
System\Windows\Markup\XamlTypeMapper.cs (15)
509ParserContext parserContext,
2245ParserContext context,
2296ParserContext context,
2723internal static Type GetInternalTypeHelperTypeFromAssembly(ParserContext pc)
2748private static InternalTypeHelper GetInternalTypeHelperFromAssembly(ParserContext pc)
2759internal static object CreateInternalInstance(ParserContext pc, Type type)
2773internal static object GetInternalPropertyValue(ParserContext pc, object rootElement, PropertyInfo pi, object target)
2788internal static bool SetInternalPropertyValue(ParserContext pc, object rootElement, PropertyInfo pi, object target, object value)
2803internal static Delegate CreateDelegate(ParserContext pc, Type delegateType, object target, string handler)
2816internal static bool AddInternalEventHandler(ParserContext pc, object rootElement, EventInfo eventInfo, object target, Delegate handler)
2850ParserContext context,
3021internal static string ProcessNameString(ParserContext parserContext, ref string nameString)
3060ParserContext parserContext,
3083ParserContext parserContext,
3617internal object GetDictionaryKey(string keyString, ParserContext context)