6 writes to XamlType
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
826
_context.CurrentFrame.
XamlType
= type;
1153
_context.CurrentFrame.
XamlType
= type;
1314
_context.CurrentFrame.
XamlType
= type;
2490
_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)
741
if (_context.CurrentFrame.
XamlType
.ContentProperty != null)
745
_xamlNodesWriter.WriteStartMember(_context.CurrentFrame.
XamlType
.ContentProperty);
1053
if (_context.CurrentFrame.
XamlType
!= null && _context.CurrentFrame.
XamlType
.IsCollection)
1055
if (!_context.CurrentFrame.
XamlType
.IsWhitespaceSignificantCollection)
1192
_xamlNodesWriter.WriteStartObject(_context.CurrentFrame.
XamlType
);
1373
if (_context.CurrentFrame.
XamlType
.UnderlyingType == typeof(EventSetter))
1399
XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.
XamlType
);
1416
if (_context.CurrentFrame.
XamlType
== null)
1499
XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.
XamlType
);
1516
serializerTypeId, property, _context.CurrentFrame.
XamlType
));
1532
converter = new EnumConverter(_context.CurrentFrame.
XamlType
.UnderlyingType);
1578
XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.
XamlType
);
1640
XamlMember property = GetProperty(propertyId, _context.CurrentFrame.
XamlType
);
1857
XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.
XamlType
);
1887
XamlMember property = _context.SchemaContext.GetProperty(propertyId, _context.CurrentFrame.
XamlType
);
1977
XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.
XamlType
);
1988
XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.
XamlType
);
1998
XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.
XamlType
);
2117
Debug.Assert(_context.CurrentFrame.
XamlType
!= null, "BAML Xmlns record is only legal between ElementStart and ElementEnd");
2354
XamlType parentType = _context.CurrentFrame.
XamlType
;
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
21
XamlType = source.
XamlType
;