Base:
method
GetXamlType
System.Xaml.XamlSchemaContext.GetXamlType(System.Type)
4 references to GetXamlType
PresentationFramework (4)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
833
InjectPropertyAndFrameIfNeeded(_context.SchemaContext.
GetXamlType
(typeof(StaticResourceExtension)), 0);
1043
InjectPropertyAndFrameIfNeeded(_context.SchemaContext.
GetXamlType
(typeof(String)), 0);
1137
type = BamlSchemaContext.
GetXamlType
(rootType);
2652
XamlType type = _context.SchemaContext.
GetXamlType
(System.Windows.Markup.SystemKeyConverter.GetSystemClassType(keyId));