3 types derived from XamlPropertyComplexEndNode
PresentationFramework (3)
System\Windows\Markup\XamlNodes.cs (3)
1873
internal class XamlPropertyArrayEndNode :
XamlPropertyComplexEndNode
1897
internal class XamlPropertyIListEndNode :
XamlPropertyComplexEndNode
1914
internal class XamlPropertyIDictionaryEndNode :
XamlPropertyComplexEndNode
2 instantiations of XamlPropertyComplexEndNode
PresentationFramework (2)
System\Windows\Markup\BamlWriter.cs (1)
799
new
XamlPropertyComplexEndNode
(
System\Windows\Markup\MarkupExtensionParser.cs (1)
717
propertyEnd = new
XamlPropertyComplexEndNode
(
4 references to XamlPropertyComplexEndNode
PresentationFramework (4)
System\Windows\Markup\BamlRecordWriter.cs (2)
774
XamlPropertyComplexEndNode
xamlPropertyComplexEnd)
1490
if(_deferElementDepth == 1 && xamlNode is
XamlPropertyComplexEndNode
)
System\Windows\Markup\BamlWriter.cs (2)
798
XamlPropertyComplexEndNode
complexEnd =
995
_bamlRecordWriter.WritePropertyComplexEnd((
XamlPropertyComplexEndNode
)node);