From 87761db802540a4490766269cd10ce1e7e5ff6d2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 9 Oct 2025 23:05:08 +0000 Subject: [PATCH 1/4] Initial plan From 9ca69a0e5b1bdd09aa70013d4729381e2d03174b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 9 Oct 2025 23:08:12 +0000 Subject: [PATCH 2/4] Add xref links to FrameworkElement.Triggers for per-instance column Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com> --- .../wpf/graphics-multimedia/storyboards-overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet-desktop-guide/wpf/graphics-multimedia/storyboards-overview.md b/dotnet-desktop-guide/wpf/graphics-multimedia/storyboards-overview.md index 1e5a17acb6..b1b6cef73e 100644 --- a/dotnet-desktop-guide/wpf/graphics-multimedia/storyboards-overview.md +++ b/dotnet-desktop-guide/wpf/graphics-multimedia/storyboards-overview.md @@ -66,12 +66,12 @@ The following table shows the different places where each and an |Yes|Yes|Yes|Yes|[Animate a Property by Using a Storyboard](how-to-animate-a-property-by-using-a-storyboard.md)| +| and an |[Yes]()|Yes|Yes|Yes|[Animate a Property by Using a Storyboard](how-to-animate-a-property-by-using-a-storyboard.md)| | and a property |No|Yes|Yes|Yes|[Trigger an Animation When a Property Value Changes](how-to-trigger-an-animation-when-a-property-value-changes.md)| | and a property |No|Yes|Yes|Yes|[MultiTrigger class example](/dotnet/api/system.windows.multitrigger#examples)| | and a |No|Yes|Yes|Yes|[How to: Trigger an Animation When Data Changes](/previous-versions/dotnet/netframework-3.5/aa970679(v=vs.90))| | and a |No|Yes|Yes|Yes|[MultiDataTrigger class example](/dotnet/api/system.windows.multidatatrigger#examples)| -| method|Yes|No|No|No|[Animate a Property by Using a Storyboard](how-to-animate-a-property-by-using-a-storyboard.md)| +| method|[Yes]()|No|No|No|[Animate a Property by Using a Storyboard](how-to-animate-a-property-by-using-a-storyboard.md)| The following example uses a to animate the of a element and the of a used to paint that . From d63d04e806e637e4e642b679958b47d26785f7be Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 9 Oct 2025 23:09:36 +0000 Subject: [PATCH 3/4] Fix xref syntax to use correct property reference Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com> --- .../wpf/graphics-multimedia/storyboards-overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet-desktop-guide/wpf/graphics-multimedia/storyboards-overview.md b/dotnet-desktop-guide/wpf/graphics-multimedia/storyboards-overview.md index b1b6cef73e..6b2d66549e 100644 --- a/dotnet-desktop-guide/wpf/graphics-multimedia/storyboards-overview.md +++ b/dotnet-desktop-guide/wpf/graphics-multimedia/storyboards-overview.md @@ -66,12 +66,12 @@ The following table shows the different places where each and an |[Yes]()|Yes|Yes|Yes|[Animate a Property by Using a Storyboard](how-to-animate-a-property-by-using-a-storyboard.md)| +| and an |[Yes]()|Yes|Yes|Yes|[Animate a Property by Using a Storyboard](how-to-animate-a-property-by-using-a-storyboard.md)| | and a property |No|Yes|Yes|Yes|[Trigger an Animation When a Property Value Changes](how-to-trigger-an-animation-when-a-property-value-changes.md)| | and a property |No|Yes|Yes|Yes|[MultiTrigger class example](/dotnet/api/system.windows.multitrigger#examples)| | and a |No|Yes|Yes|Yes|[How to: Trigger an Animation When Data Changes](/previous-versions/dotnet/netframework-3.5/aa970679(v=vs.90))| | and a |No|Yes|Yes|Yes|[MultiDataTrigger class example](/dotnet/api/system.windows.multidatatrigger#examples)| -| method|[Yes]()|No|No|No|[Animate a Property by Using a Storyboard](how-to-animate-a-property-by-using-a-storyboard.md)| +| method|[Yes]()|No|No|No|[Animate a Property by Using a Storyboard](how-to-animate-a-property-by-using-a-storyboard.md)| The following example uses a to animate the of a element and the of a used to paint that . From c037c9c02693e7318b61416410c25407ea559c25 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 9 Oct 2025 23:23:45 +0000 Subject: [PATCH 4/4] Remove angle brackets from xref links in markdown Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com> --- .../wpf/graphics-multimedia/storyboards-overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet-desktop-guide/wpf/graphics-multimedia/storyboards-overview.md b/dotnet-desktop-guide/wpf/graphics-multimedia/storyboards-overview.md index 6b2d66549e..0984a67c5b 100644 --- a/dotnet-desktop-guide/wpf/graphics-multimedia/storyboards-overview.md +++ b/dotnet-desktop-guide/wpf/graphics-multimedia/storyboards-overview.md @@ -66,12 +66,12 @@ The following table shows the different places where each and an |[Yes]()|Yes|Yes|Yes|[Animate a Property by Using a Storyboard](how-to-animate-a-property-by-using-a-storyboard.md)| +| and an |[Yes](xref:System.Windows.FrameworkElement.Triggers%2A)|Yes|Yes|Yes|[Animate a Property by Using a Storyboard](how-to-animate-a-property-by-using-a-storyboard.md)| | and a property |No|Yes|Yes|Yes|[Trigger an Animation When a Property Value Changes](how-to-trigger-an-animation-when-a-property-value-changes.md)| | and a property |No|Yes|Yes|Yes|[MultiTrigger class example](/dotnet/api/system.windows.multitrigger#examples)| | and a |No|Yes|Yes|Yes|[How to: Trigger an Animation When Data Changes](/previous-versions/dotnet/netframework-3.5/aa970679(v=vs.90))| | and a |No|Yes|Yes|Yes|[MultiDataTrigger class example](/dotnet/api/system.windows.multidatatrigger#examples)| -| method|[Yes]()|No|No|No|[Animate a Property by Using a Storyboard](how-to-animate-a-property-by-using-a-storyboard.md)| +| method|[Yes](xref:System.Windows.FrameworkElement.Triggers%2A)|No|No|No|[Animate a Property by Using a Storyboard](how-to-animate-a-property-by-using-a-storyboard.md)| The following example uses a to animate the of a element and the of a used to paint that .