Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

namespace System.Windows
{


public sealed partial class TextDecoration : Animatable
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

namespace System.Windows.Media.Animation
{


public partial class ParallelTimeline : TimelineGroup
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

namespace System.Windows.Media.Animation
{


public abstract partial class Timeline : Animatable
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

namespace System.Windows.Media.Animation
{


public abstract partial class TimelineGroup : Timeline
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

namespace System.Windows.Media.Effects
{


public sealed partial class BevelBitmapEffect : BitmapEffect
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

namespace System.Windows.Media.Effects
{


public abstract partial class BitmapEffect : Animatable
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

namespace System.Windows.Media.Effects
{


public sealed partial class BitmapEffectGroup : BitmapEffect
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

namespace System.Windows.Media.Effects
{


public sealed partial class BitmapEffectInput : Animatable
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

namespace System.Windows.Media.Effects
{


public sealed partial class BlurBitmapEffect : BitmapEffect
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

namespace System.Windows.Media.Effects
{


public sealed partial class BlurEffect : Effect
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

namespace System.Windows.Media.Effects
{


public sealed partial class DropShadowBitmapEffect : BitmapEffect
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

namespace System.Windows.Media.Effects
{


public sealed partial class DropShadowEffect : Effect
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

namespace System.Windows.Media.Effects
{


public abstract partial class Effect : Animatable, DUCE.IResource
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

namespace System.Windows.Media.Effects
{


public sealed partial class EmbossBitmapEffect : BitmapEffect
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

namespace System.Windows.Media.Effects
{


internal sealed partial class ImplicitInputBrush : Brush
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

namespace System.Windows.Media.Effects
{


public sealed partial class OuterGlowBitmapEffect : BitmapEffect
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

namespace System.Windows.Media.Effects
{


public sealed partial class PixelShader : Animatable, DUCE.IResource
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

namespace System.Windows.Media.Effects
{


public partial class ShaderEffect : Effect
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public sealed partial class ArcSegment : PathSegment
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public sealed partial class BezierSegment : PathSegment
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public sealed partial class BitmapCache : CacheMode
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public sealed partial class BitmapCacheBrush : Brush
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public sealed partial class CombinedGeometry : Geometry
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public sealed partial class DashStyle : Animatable, DUCE.IResource
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public abstract partial class Drawing : Animatable, DUCE.IResource
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public sealed partial class DrawingBrush : TileBrush
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public sealed partial class DrawingGroup : Drawing
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public sealed partial class DrawingImage : ImageSource
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public sealed partial class EllipseGeometry : Geometry
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public abstract partial class GeneralTransform : Animatable, IFormattable
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public sealed partial class GeneralTransformGroup : GeneralTransform
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public sealed partial class GeometryDrawing : Drawing
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public sealed partial class GeometryGroup : Geometry
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public sealed partial class GlyphRunDrawing : Drawing
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public abstract partial class GradientBrush : Brush
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public sealed partial class GuidelineSet : Animatable, DUCE.IResource
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public sealed partial class ImageBrush : TileBrush
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public sealed partial class ImageDrawing : Drawing
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public abstract partial class ImageSource : Animatable, IFormattable, DUCE.IResource
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public sealed partial class LineGeometry : Geometry
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public sealed partial class LineSegment : PathSegment
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public sealed partial class LinearGradientBrush : GradientBrush
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public sealed partial class MatrixTransform : Transform
{
//------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

namespace System.Windows.Media
{


public partial class MediaTimeline : Timeline
{
//------------------------------------------------------
Expand Down
Loading