6 writes to XamlType
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
822_context.CurrentFrame.XamlType = type; 1149_context.CurrentFrame.XamlType = type; 1310_context.CurrentFrame.XamlType = type; 2486_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)
737if (_context.CurrentFrame.XamlType.ContentProperty != null) 741_xamlNodesWriter.WriteStartMember(_context.CurrentFrame.XamlType.ContentProperty); 1049if (_context.CurrentFrame.XamlType != null && _context.CurrentFrame.XamlType.IsCollection) 1051if (!_context.CurrentFrame.XamlType.IsWhitespaceSignificantCollection) 1188_xamlNodesWriter.WriteStartObject(_context.CurrentFrame.XamlType); 1369if (_context.CurrentFrame.XamlType.UnderlyingType == typeof(EventSetter)) 1395XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1412if (_context.CurrentFrame.XamlType == null) 1495XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1512serializerTypeId, property, _context.CurrentFrame.XamlType)); 1528converter = new EnumConverter(_context.CurrentFrame.XamlType.UnderlyingType); 1574XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1636XamlMember 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); 2113Debug.Assert(_context.CurrentFrame.XamlType != null, "BAML Xmlns record is only legal between ElementStart and ElementEnd"); 2350XamlType parentType = _context.CurrentFrame.XamlType;
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
20XamlType = source.XamlType;