6 writes to XamlType
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
827_context.CurrentFrame.XamlType = type; 1152_context.CurrentFrame.XamlType = type; 1313_context.CurrentFrame.XamlType = type; 2496_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)
744if (_context.CurrentFrame.XamlType.ContentProperty != null) 748_xamlNodesWriter.WriteStartMember(_context.CurrentFrame.XamlType.ContentProperty); 1052if (_context.CurrentFrame.XamlType != null && _context.CurrentFrame.XamlType.IsCollection) 1054if (!_context.CurrentFrame.XamlType.IsWhitespaceSignificantCollection) 1191_xamlNodesWriter.WriteStartObject(_context.CurrentFrame.XamlType); 1370if (_context.CurrentFrame.XamlType.UnderlyingType == typeof(EventSetter)) 1396XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1413if (_context.CurrentFrame.XamlType == null) 1496XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1513serializerTypeId, property, _context.CurrentFrame.XamlType)); 1529converter = new EnumConverter(_context.CurrentFrame.XamlType.UnderlyingType); 1575XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1637XamlMember property = GetProperty(propertyId, _context.CurrentFrame.XamlType); 1852XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1882XamlMember property = _context.SchemaContext.GetProperty(propertyId, _context.CurrentFrame.XamlType); 1972XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1983XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1993XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 2114Debug.Assert(_context.CurrentFrame.XamlType != null, "BAML Xmlns record is only legal between ElementStart and ElementEnd"); 2357XamlType parentType = _context.CurrentFrame.XamlType;
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
24XamlType = source.XamlType;