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