15 references to XamlType
System.Xaml (15)
System\Xaml\InfosetObjects\XamlNodes.cs (1)
119
str +=
XamlType
.Name;
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
294
get { return _current.
XamlType
; }
System\Xaml\ReaderBaseDelegate.cs (1)
43
get { return _currentNode.
XamlType
; }
System\Xaml\XamlObjectReader.cs (11)
140
return currentXamlNode.
XamlType
;
673
if (memberInfo.Children[0] is ObjectMarkupInfo objectInfo && objectInfo.Properties.Count == 1 && memberType == objectInfo.XamlNode.
XamlType
)
682
if (itemsMemberInfo.Children[0] is not ObjectMarkupInfo itemInfo || itemInfo.XamlNode.
XamlType
is null || !itemInfo.XamlNode.
XamlType
.IsMarkupExtension)
748
if (memberInfo.XamlNode.Member == itemInfo.XamlNode.
XamlType
.ContentProperty)
752
if (contentWrapperType == itemInfo.XamlNode.
XamlType
)
1136
if ((XamlNode.NodeType == XamlNodeType.StartObject && !XamlNode.
XamlType
.IsMarkupExtension)
1162
context.FindPrefix(XamlNode.
XamlType
.PreferredXamlNamespace);
1164
var type = XamlNode.
XamlType
;
1710
var xamlType = objInfo.XamlNode.
XamlType
;
2105
objectInfo.XamlNode.
XamlType
== XamlLanguage.Null;
System\Xaml\XamlXmlWriter.cs (1)
901
writer.currentState.WriteObject(writer, node.
XamlType
, false);