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)
50private object Load(Stream stream, Uri parentUri, ParserContext pc, ContentType mimeType, string rootElement)
System\Windows\Markup\XamlReader.cs (13)
66public static object Parse(string xamlText, ParserContext parserContext)
80public static object Parse(string xamlText, ParserContext parserContext, bool useRestrictiveXamlReader)
143public static object Load(Stream stream, ParserContext parserContext)
157public static object Load(Stream stream, ParserContext parserContext, bool useRestrictiveXamlReader )
259public object LoadAsync(Stream stream, ParserContext parserContext)
277public object LoadAsync(Stream stream, ParserContext parserContext , bool useRestrictiveXamlReader)
312private object LoadAsync(XmlReader reader, ParserContext parserContext)
317private object LoadAsync(XmlReader reader, ParserContext parserContext, bool useRestrictiveXamlReader)
791ParserContext parserContext,
811ParserContext parserContext,
833ParserContext parserContext,
931ParserContext parserContext)
1015ParserContext parserContext,
System\Windows\Markup\XamlTypeMapper.cs (15)
498ParserContext 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)