13 references to SchemaContext
PresentationFramework (13)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (13)
735
string name = _context.
SchemaContext
.GetString(_binaryReader.ReadInt16());
854
InjectPropertyAndFrameIfNeeded(_context.
SchemaContext
.GetXamlType(typeof(StaticResourceExtension)), 0);
922
optimizedStaticResource.KeyValue = _context.
SchemaContext
.GetString(keyId);
994
string value = _context.
SchemaContext
.GetString(keyStringId);
1065
InjectPropertyAndFrameIfNeeded(_context.
SchemaContext
.GetXamlType(typeof(String)), 0);
1325
XamlType type = _context.
SchemaContext
.GetXamlType(typeId);
1332
KeyRecord key = new KeyRecord(isShared, isSharedSet, valuePosition, _context.
SchemaContext
);
1388
_xamlNodesWriter.WriteStartMember(_context.
SchemaContext
.EventSetterEventProperty);
1405
_xamlNodesWriter.WriteStartMember(_context.
SchemaContext
.EventSetterHandlerProperty);
1704
param = _context.
SchemaContext
.GetDependencyProperty(valueId);
1901
XamlMember property = _context.
SchemaContext
.GetProperty(propertyId, _context.CurrentFrame.XamlType);
1972
string text = _context.
SchemaContext
.GetString(optimizedResource.KeyId);
2676
XamlType type = _context.
SchemaContext
.GetXamlType(System.Windows.Markup.SystemKeyConverter.GetSystemClassType(keyId));