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