15 references to XamlType
System.Xaml (15)
System\Xaml\InfosetObjects\XamlNodes.cs (1)
122str += XamlType.Name;
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
288get { return _current.XamlType; }
System\Xaml\ReaderBaseDelegate.cs (1)
44get { return _currentNode.XamlType; }
System\Xaml\XamlObjectReader.cs (11)
146return currentXamlNode.XamlType; 678if (objectInfo != null && objectInfo.Properties.Count == 1 && memberType == objectInfo.XamlNode.XamlType) 690if(itemInfo == null || itemInfo.XamlNode.XamlType == null || !itemInfo.XamlNode.XamlType.IsMarkupExtension) 757if (memberInfo.XamlNode.Member == itemInfo.XamlNode.XamlType.ContentProperty) 761if (contentWrapperType == itemInfo.XamlNode.XamlType) 1140if ((XamlNode.NodeType == XamlNodeType.StartObject && !XamlNode.XamlType.IsMarkupExtension) 1165context.FindPrefix(XamlNode.XamlType.PreferredXamlNamespace); 1167var type = XamlNode.XamlType; 1706var xamlType = objInfo.XamlNode.XamlType; 2098objectInfo.XamlNode.XamlType == XamlLanguage.Null;
System\Xaml\XamlXmlWriter.cs (1)
890writer.currentState.WriteObject(writer, node.XamlType, false);