6 writes to XamlType
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
828_context.CurrentFrame.XamlType = type; 1153_context.CurrentFrame.XamlType = type; 1314_context.CurrentFrame.XamlType = type; 2497_context.CurrentFrame.XamlType = parentPropertyType;
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (2)
24XamlType = source.XamlType; 90XamlType = null;
22 references to XamlType
PresentationFramework (22)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (21)
745if (_context.CurrentFrame.XamlType.ContentProperty != null) 749_xamlNodesWriter.WriteStartMember(_context.CurrentFrame.XamlType.ContentProperty); 1053if (_context.CurrentFrame.XamlType != null && _context.CurrentFrame.XamlType.IsCollection) 1055if (!_context.CurrentFrame.XamlType.IsWhitespaceSignificantCollection) 1192_xamlNodesWriter.WriteStartObject(_context.CurrentFrame.XamlType); 1371if (_context.CurrentFrame.XamlType.UnderlyingType == typeof(EventSetter)) 1397XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1414if (_context.CurrentFrame.XamlType == null) 1497XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1514serializerTypeId, property, _context.CurrentFrame.XamlType)); 1530converter = new EnumConverter(_context.CurrentFrame.XamlType.UnderlyingType); 1576XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1638XamlMember property = GetProperty(propertyId, _context.CurrentFrame.XamlType); 1853XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1883XamlMember property = _context.SchemaContext.GetProperty(propertyId, _context.CurrentFrame.XamlType); 1973XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1984XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1994XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 2115Debug.Assert(_context.CurrentFrame.XamlType != null, "BAML Xmlns record is only legal between ElementStart and ElementEnd"); 2358XamlType parentType = _context.CurrentFrame.XamlType;
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
24XamlType = source.XamlType;