3 overrides of WriteUnknownAttribute
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
234
public override void
WriteUnknownAttribute
(XamlUnknownAttributeNode xamlUnknownAttributeNode)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
245
public override void
WriteUnknownAttribute
(XamlUnknownAttributeNode xamlUnknownAttributeNode)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
282
public override void
WriteUnknownAttribute
(XamlUnknownAttributeNode xamlUnknownAttributeNode)
4 references to WriteUnknownAttribute
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
374
base.
WriteUnknownAttribute
(xamlUnknownAttributeNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
316
base.
WriteUnknownAttribute
(xamlUnknownAttributeNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
353
base.
WriteUnknownAttribute
(xamlUnknownAttributeNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
360
WriteUnknownAttribute
(xamlUnknownAttributeNode);