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