13 references to SchemaContext
PresentationFramework (13)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (13)
716string name = _context.SchemaContext.GetString(_binaryReader.ReadInt16()); 832InjectPropertyAndFrameIfNeeded(_context.SchemaContext.GetXamlType(typeof(StaticResourceExtension)), 0); 900optimizedStaticResource.KeyValue = _context.SchemaContext.GetString(keyId); 972string value = _context.SchemaContext.GetString(keyStringId); 1042InjectPropertyAndFrameIfNeeded(_context.SchemaContext.GetXamlType(typeof(String)), 0); 1310XamlType type = _context.SchemaContext.GetXamlType(typeId); 1317KeyRecord key = new KeyRecord(isShared, isSharedSet, valuePosition, _context.SchemaContext); 1373_xamlNodesWriter.WriteStartMember(_context.SchemaContext.EventSetterEventProperty); 1390_xamlNodesWriter.WriteStartMember(_context.SchemaContext.EventSetterHandlerProperty); 1688param = _context.SchemaContext.GetDependencyProperty(valueId); 1882XamlMember property = _context.SchemaContext.GetProperty(propertyId, _context.CurrentFrame.XamlType); 1952string text = _context.SchemaContext.GetString(optimizedResource.KeyId); 2651XamlType type = _context.SchemaContext.GetXamlType(System.Windows.Markup.SystemKeyConverter.GetSystemClassType(keyId));