2 overrides of WritePropertyIListStart
PresentationBuildTasks (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1018
public override void
WritePropertyIListStart
(XamlPropertyIListStartNode xamlNode)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1110
public 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)
1063
base.
WritePropertyIListStart
(xamlNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1147
base.
WritePropertyIListStart
(xamlNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
410
WritePropertyIListStart
(xamlPropertyIListStartNode);