6 writes to XamlType
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
825_context.CurrentFrame.XamlType = type; 1152_context.CurrentFrame.XamlType = type; 1313_context.CurrentFrame.XamlType = type; 2489_context.CurrentFrame.XamlType = parentPropertyType;
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (2)
20XamlType = source.XamlType; 86XamlType = 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); 1052if (_context.CurrentFrame.XamlType != null && _context.CurrentFrame.XamlType.IsCollection) 1054if (!_context.CurrentFrame.XamlType.IsWhitespaceSignificantCollection) 1191_xamlNodesWriter.WriteStartObject(_context.CurrentFrame.XamlType); 1372if (_context.CurrentFrame.XamlType.UnderlyingType == typeof(EventSetter)) 1398XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1415if (_context.CurrentFrame.XamlType == null) 1498XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1515serializerTypeId, property, _context.CurrentFrame.XamlType)); 1531converter = new EnumConverter(_context.CurrentFrame.XamlType.UnderlyingType); 1577XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1639XamlMember property = GetProperty(propertyId, _context.CurrentFrame.XamlType); 1856XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1886XamlMember property = _context.SchemaContext.GetProperty(propertyId, _context.CurrentFrame.XamlType); 1976XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1987XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1997XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 2116Debug.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)
20XamlType = source.XamlType;