15 references to XamlType
System.Xaml (15)
System\Xaml\InfosetObjects\XamlNodes.cs (1)
120str += XamlType.Name;
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
286get { return _current.XamlType; }
System\Xaml\ReaderBaseDelegate.cs (1)
44get { return _currentNode.XamlType; }
System\Xaml\XamlObjectReader.cs (11)
141return currentXamlNode.XamlType; 673if (objectInfo is not null && objectInfo.Properties.Count == 1 && memberType == objectInfo.XamlNode.XamlType) 685if(itemInfo is null || itemInfo.XamlNode.XamlType is null || !itemInfo.XamlNode.XamlType.IsMarkupExtension) 752if (memberInfo.XamlNode.Member == itemInfo.XamlNode.XamlType.ContentProperty) 756if (contentWrapperType == itemInfo.XamlNode.XamlType) 1135if ((XamlNode.NodeType == XamlNodeType.StartObject && !XamlNode.XamlType.IsMarkupExtension) 1160context.FindPrefix(XamlNode.XamlType.PreferredXamlNamespace); 1162var type = XamlNode.XamlType; 1701var xamlType = objInfo.XamlNode.XamlType; 2093objectInfo.XamlNode.XamlType == XamlLanguage.Null;
System\Xaml\XamlXmlWriter.cs (1)
888writer.currentState.WriteObject(writer, node.XamlType, false);