6 writes to XamlType
PresentationFramework (6)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
849_context.CurrentFrame.XamlType = type; 1166_context.CurrentFrame.XamlType = type; 1328_context.CurrentFrame.XamlType = type; 2521_context.CurrentFrame.XamlType = parentPropertyType;
src\Framework\System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (2)
20XamlType = source.XamlType; 86XamlType = null;
22 references to XamlType
PresentationFramework (22)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (21)
763if (_context.CurrentFrame.XamlType.ContentProperty != null) 767_xamlNodesWriter.WriteStartMember(_context.CurrentFrame.XamlType.ContentProperty); 1075if (_context.CurrentFrame.XamlType != null && _context.CurrentFrame.XamlType.IsCollection) 1077if (!_context.CurrentFrame.XamlType.IsWhitespaceSignificantCollection) 1206_xamlNodesWriter.WriteStartObject(_context.CurrentFrame.XamlType); 1385if (_context.CurrentFrame.XamlType.UnderlyingType == typeof(EventSetter)) 1411XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1428if (_context.CurrentFrame.XamlType == null) 1511XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1529serializerTypeId, property, _context.CurrentFrame.XamlType)); 1545converter = new EnumConverter(_context.CurrentFrame.XamlType.UnderlyingType); 1591XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1653XamlMember property = GetProperty(propertyId, _context.CurrentFrame.XamlType); 1870XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1901XamlMember property = _context.SchemaContext.GetProperty(propertyId, _context.CurrentFrame.XamlType); 1993XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 2004XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 2014XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 2137Debug.Assert(_context.CurrentFrame.XamlType != null, "BAML Xmlns record is only legal between ElementStart and ElementEnd"); 2382XamlType parentType = _context.CurrentFrame.XamlType;
src\Framework\System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
20XamlType = source.XamlType;