6 writes to XamlType
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
828
_context.CurrentFrame.
XamlType
= type;
1153
_context.CurrentFrame.
XamlType
= type;
1314
_context.CurrentFrame.
XamlType
= type;
2497
_context.CurrentFrame.
XamlType
= parentPropertyType;
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (2)
24
XamlType
= source.XamlType;
90
XamlType
= null;
22 references to XamlType
PresentationFramework (22)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (21)
745
if (_context.CurrentFrame.
XamlType
.ContentProperty != null)
749
_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
);
1371
if (_context.CurrentFrame.
XamlType
.UnderlyingType == typeof(EventSetter))
1397
XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.
XamlType
);
1414
if (_context.CurrentFrame.
XamlType
== null)
1497
XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.
XamlType
);
1514
serializerTypeId, property, _context.CurrentFrame.
XamlType
));
1530
converter = new EnumConverter(_context.CurrentFrame.
XamlType
.UnderlyingType);
1576
XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.
XamlType
);
1638
XamlMember property = GetProperty(propertyId, _context.CurrentFrame.
XamlType
);
1853
XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.
XamlType
);
1883
XamlMember property = _context.SchemaContext.GetProperty(propertyId, _context.CurrentFrame.
XamlType
);
1973
XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.
XamlType
);
1984
XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.
XamlType
);
1994
XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.
XamlType
);
2115
Debug.Assert(_context.CurrentFrame.
XamlType
!= null, "BAML Xmlns record is only legal between ElementStart and ElementEnd");
2358
XamlType parentType = _context.CurrentFrame.
XamlType
;
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
24
XamlType = source.
XamlType
;