You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/BooleanAnimationBase.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ public Boolean GetCurrentValue(Boolean defaultOriginValue, Boolean defaultDestin
150
150
// We check for null above but presharp doesn't notice so we suppress the
Copy file name to clipboardExpand all lines: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ByteAnimationBase.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ public Byte GetCurrentValue(Byte defaultOriginValue, Byte defaultDestinationValu
150
150
// We check for null above but presharp doesn't notice so we suppress the
Copy file name to clipboardExpand all lines: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/CharAnimationBase.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ public Char GetCurrentValue(Char defaultOriginValue, Char defaultDestinationValu
150
150
// We check for null above but presharp doesn't notice so we suppress the
Copy file name to clipboardExpand all lines: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ColorAnimationBase.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ public Color GetCurrentValue(Color defaultOriginValue, Color defaultDestinationV
150
150
// We check for null above but presharp doesn't notice so we suppress the
Copy file name to clipboardExpand all lines: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/DecimalAnimationBase.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ public Decimal GetCurrentValue(Decimal defaultOriginValue, Decimal defaultDestin
150
150
// We check for null above but presharp doesn't notice so we suppress the
Copy file name to clipboardExpand all lines: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/DiscreteKeyFrames.cs
+4-1
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@
22
22
23
23
namespaceSystem.Windows.Media.Animation
24
24
{
25
+
26
+
25
27
/// <summary>
26
28
/// This class is used as part of a BooleanKeyFrameCollection in
27
29
/// conjunction with a KeyFrameBooleanAnimation to animate a
Copy file name to clipboardExpand all lines: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/DoubleAnimationBase.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ public Double GetCurrentValue(Double defaultOriginValue, Double defaultDestinati
150
150
// We check for null above but presharp doesn't notice so we suppress the
Copy file name to clipboardExpand all lines: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Int16AnimationBase.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ public Int16 GetCurrentValue(Int16 defaultOriginValue, Int16 defaultDestinationV
150
150
// We check for null above but presharp doesn't notice so we suppress the
Copy file name to clipboardExpand all lines: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Int32AnimationBase.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ public Int32 GetCurrentValue(Int32 defaultOriginValue, Int32 defaultDestinationV
150
150
// We check for null above but presharp doesn't notice so we suppress the
Copy file name to clipboardExpand all lines: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Int64AnimationBase.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ public Int64 GetCurrentValue(Int64 defaultOriginValue, Int64 defaultDestinationV
150
150
// We check for null above but presharp doesn't notice so we suppress the
0 commit comments