6 writes to XamlType
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
826_context.CurrentFrame.XamlType = type; 1153_context.CurrentFrame.XamlType = type; 1314_context.CurrentFrame.XamlType = type; 2490_context.CurrentFrame.XamlType = parentPropertyType;
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (2)
21XamlType = source.XamlType; 87XamlType = null;
22 references to XamlType
PresentationFramework (22)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (21)
741if (_context.CurrentFrame.XamlType.ContentProperty != null) 745_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); 1373if (_context.CurrentFrame.XamlType.UnderlyingType == typeof(EventSetter)) 1399XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1416if (_context.CurrentFrame.XamlType == null) 1499XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1516serializerTypeId, property, _context.CurrentFrame.XamlType)); 1532converter = new EnumConverter(_context.CurrentFrame.XamlType.UnderlyingType); 1578XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1640XamlMember property = GetProperty(propertyId, _context.CurrentFrame.XamlType); 1857XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1887XamlMember property = _context.SchemaContext.GetProperty(propertyId, _context.CurrentFrame.XamlType); 1977XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1988XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1998XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 2117Debug.Assert(_context.CurrentFrame.XamlType != null, "BAML Xmlns record is only legal between ElementStart and ElementEnd"); 2354XamlType parentType = _context.CurrentFrame.XamlType;
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
21XamlType = source.XamlType;