6 writes to XamlType
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
823_context.CurrentFrame.XamlType = type; 1148_context.CurrentFrame.XamlType = type; 1309_context.CurrentFrame.XamlType = type; 2492_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)
740if (_context.CurrentFrame.XamlType.ContentProperty != null) 744_xamlNodesWriter.WriteStartMember(_context.CurrentFrame.XamlType.ContentProperty); 1048if (_context.CurrentFrame.XamlType != null && _context.CurrentFrame.XamlType.IsCollection) 1050if (!_context.CurrentFrame.XamlType.IsWhitespaceSignificantCollection) 1187_xamlNodesWriter.WriteStartObject(_context.CurrentFrame.XamlType); 1366if (_context.CurrentFrame.XamlType.UnderlyingType == typeof(EventSetter)) 1392XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1409if (_context.CurrentFrame.XamlType == null) 1492XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1509serializerTypeId, property, _context.CurrentFrame.XamlType)); 1525converter = new EnumConverter(_context.CurrentFrame.XamlType.UnderlyingType); 1571XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1633XamlMember property = GetProperty(propertyId, _context.CurrentFrame.XamlType); 1848XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1878XamlMember property = _context.SchemaContext.GetProperty(propertyId, _context.CurrentFrame.XamlType); 1968XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1979XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1989XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 2110Debug.Assert(_context.CurrentFrame.XamlType != null, "BAML Xmlns record is only legal between ElementStart and ElementEnd"); 2353XamlType parentType = _context.CurrentFrame.XamlType;
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
21XamlType = source.XamlType;