15 references to XamlType
System.Xaml (15)
System\Xaml\InfosetObjects\XamlNodes.cs (1)
120
str +=
XamlType
.Name;
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
295
get { return _current.
XamlType
; }
System\Xaml\ReaderBaseDelegate.cs (1)
44
get { return _currentNode.
XamlType
; }
System\Xaml\XamlObjectReader.cs (11)
141
return currentXamlNode.
XamlType
;
674
if (memberInfo.Children[0] is ObjectMarkupInfo objectInfo && objectInfo.Properties.Count == 1 && memberType == objectInfo.XamlNode.
XamlType
)
683
if (itemsMemberInfo.Children[0] is not ObjectMarkupInfo itemInfo || itemInfo.XamlNode.
XamlType
is null || !itemInfo.XamlNode.
XamlType
.IsMarkupExtension)
749
if (memberInfo.XamlNode.Member == itemInfo.XamlNode.
XamlType
.ContentProperty)
753
if (contentWrapperType == itemInfo.XamlNode.
XamlType
)
1137
if ((XamlNode.NodeType == XamlNodeType.StartObject && !XamlNode.
XamlType
.IsMarkupExtension)
1163
context.FindPrefix(XamlNode.
XamlType
.PreferredXamlNamespace);
1165
var type = XamlNode.
XamlType
;
1711
var xamlType = objInfo.XamlNode.
XamlType
;
2106
objectInfo.XamlNode.
XamlType
== XamlLanguage.Null;
System\Xaml\XamlXmlWriter.cs (1)
904
writer.currentState.WriteObject(writer, node.
XamlType
, false);