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\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)