2 overrides of WritePropertyIListEnd
PresentationBuildTasks (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1074
public override void
WritePropertyIListEnd
(XamlPropertyIListEndNode xamlNode)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1158
public override void
WritePropertyIListEnd
(XamlPropertyIListEndNode xamlNode)
3 references to WritePropertyIListEnd
PresentationBuildTasks (3)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1083
base.
WritePropertyIListEnd
(xamlNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1169
base.
WritePropertyIListEnd
(xamlNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
416
WritePropertyIListEnd
(xamlPropertyIListEndNode);