13 references to SchemaContext
PresentationFramework (13)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (13)
709
string name = _context.
SchemaContext
.GetString(_binaryReader.ReadInt16());
827
InjectPropertyAndFrameIfNeeded(_context.
SchemaContext
.GetXamlType(typeof(StaticResourceExtension)), 0);
897
optimizedStaticResource.KeyValue = _context.
SchemaContext
.GetString(keyId);
969
string value = _context.
SchemaContext
.GetString(keyStringId);
1039
InjectPropertyAndFrameIfNeeded(_context.
SchemaContext
.GetXamlType(typeof(String)), 0);
1307
XamlType type = _context.
SchemaContext
.GetXamlType(typeId);
1314
KeyRecord key = new KeyRecord(isShared, isSharedSet, valuePosition, _context.
SchemaContext
)
1372
_xamlNodesWriter.WriteStartMember(_context.
SchemaContext
.EventSetterEventProperty);
1389
_xamlNodesWriter.WriteStartMember(_context.
SchemaContext
.EventSetterHandlerProperty);
1687
param = _context.
SchemaContext
.GetDependencyProperty(valueId);
1883
XamlMember property = _context.
SchemaContext
.GetProperty(propertyId, _context.CurrentFrame.XamlType);
1953
string text = _context.
SchemaContext
.GetString(optimizedResource.KeyId);
2641
XamlType type = _context.
SchemaContext
.GetXamlType(System.Windows.Markup.SystemKeyConverter.GetSystemClassType(keyId));