2 overrides of WritePropertyIListStart
PresentationBuildTasks (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1018public override void WritePropertyIListStart(XamlPropertyIListStartNode xamlNode)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1110public override void WritePropertyIListStart(XamlPropertyIListStartNode xamlNode)
3 references to WritePropertyIListStart
PresentationBuildTasks (3)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1063base.WritePropertyIListStart(xamlNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1147base.WritePropertyIListStart(xamlNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
410WritePropertyIListStart(xamlPropertyIListStartNode);