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)
792ParserContext parserContext,
812ParserContext parserContext,
834ParserContext parserContext,
932ParserContext parserContext)
1016ParserContext parserContext,
System\Windows\Markup\XamlTypeMapper.cs (15)
499ParserContext parserContext,
2239ParserContext context,
2290ParserContext context,
2719internal static Type GetInternalTypeHelperTypeFromAssembly(ParserContext pc)
2744private static InternalTypeHelper GetInternalTypeHelperFromAssembly(ParserContext pc)
2755internal static object CreateInternalInstance(ParserContext pc, Type type)
2769internal static object GetInternalPropertyValue(ParserContext pc, object rootElement, PropertyInfo pi, object target)
2784internal static bool SetInternalPropertyValue(ParserContext pc, object rootElement, PropertyInfo pi, object target, object value)
2799internal static Delegate CreateDelegate(ParserContext pc, Type delegateType, object target, string handler)
2812internal static bool AddInternalEventHandler(ParserContext pc, object rootElement, EventInfo eventInfo, object target, Delegate handler)
2846ParserContext context,
3019internal static string ProcessNameString(ParserContext parserContext, ref string nameString)
3058ParserContext parserContext,
3081ParserContext parserContext,
3615internal object GetDictionaryKey(string keyString, ParserContext context)