未验证 提交 f6ef7843 编写于 作者: R Rubén Usamentiaga 提交者: GitHub

Fix indentation related issue (#766)

* Fix indentation related issue

* Additional fixes for indentation related issues

* Fix merge mistake
上级 f5e89a49
......@@ -29,7 +29,7 @@ internal class MultiByteCodec
/// </summary>
internal MultiByteCodec()
{
}
}
/// <summary>
/// Encode
......
......@@ -1038,7 +1038,7 @@ internal Enumerator(FreezableCollection<T> list)
void IDisposable.Dispose()
{
}
}
/// <summary>
/// Advances the enumerator to the next element of the collection.
......
......@@ -94,7 +94,7 @@ private class FlickRecognitionData
[Flags]
private enum FlickState
{
}
}
#endregion
......
......@@ -272,7 +272,7 @@ internal void Update(RawStylusInputReport rsir)
}
catch
{
}
}
}
#endregion
......
......@@ -61,7 +61,7 @@ static D3DImage()
/// </summary>
public D3DImage() : this(96.0, 96.0)
{
}
}
/// <summary>
/// DPI constructor
......
......@@ -469,7 +469,7 @@ public bool ProvidesInputForRootVisual(Visual v)
/// </summary>
public void NotifyDeactivate()
{
}
}
#endregion
}
......
......@@ -13,7 +13,7 @@ public class BackEase : EasingFunctionBase
{
public BackEase()
{
}
}
/// <summary>
/// Amplitude Property
......
......@@ -15,7 +15,7 @@ public class BounceEase : EasingFunctionBase
{
public BounceEase()
{
}
}
/// <summary>
/// Bounces Property
......
......@@ -15,7 +15,7 @@ public class ElasticEase : EasingFunctionBase
{
public ElasticEase()
{
}
}
/// <summary>
/// Bounces Property
......
......@@ -15,7 +15,7 @@ public class ExponentialEase : EasingFunctionBase
{
public ExponentialEase()
{
}
}
/// <summary>
/// Factor Property
......
......@@ -15,7 +15,7 @@ public class PowerEase : EasingFunctionBase
{
public PowerEase()
{
}
}
/// <summary>
/// Power Property
......
......@@ -10,7 +10,7 @@ public partial class BitmapCache : CacheMode
{
public BitmapCache()
{
}
}
public BitmapCache(double renderAtScale)
{
......
......@@ -23,7 +23,7 @@ public partial class BitmapCacheBrush : Brush, ICyclicBrush
#region Constructors
public BitmapCacheBrush()
{
}
}
/// <summary>
/// VisualBrush Constructor where the image is set to the parameter's value
......
......@@ -15,7 +15,7 @@ public abstract partial class CacheMode
{
internal CacheMode ()
{
}
}
/// <summary>
/// Parse - this method is called by the type converter to parse a CacheMode's string
......
......@@ -22,7 +22,7 @@ public partial class BlurEffect
/// </summary>
public BlurEffect()
{
}
}
#endregion
......
......@@ -27,7 +27,7 @@ public partial class DropShadowBitmapEffect
/// </summary>
public DropShadowBitmapEffect()
{
}
}
/// <summary>
/// Creates the unmanaged effect handle
......
......@@ -22,7 +22,7 @@ public partial class DropShadowEffect
/// </summary>
public DropShadowEffect()
{
}
}
#endregion
......
......@@ -785,7 +785,7 @@ internal Enumerator(BitmapEffectCollection list)
void IDisposable.Dispose()
{
}
}
/// <summary>
/// Advances the enumerator to the next element of the collection.
......
......@@ -27,7 +27,7 @@ public partial class EmbossBitmapEffect
/// </summary>
public EmbossBitmapEffect()
{
}
}
/// <summary>
/// Creates the unmanaged effect handle
......
......@@ -808,7 +808,7 @@ internal Enumerator(DoubleCollection list)
void IDisposable.Dispose()
{
}
}
/// <summary>
/// Advances the enumerator to the next element of the collection.
......
......@@ -828,7 +828,7 @@ internal Enumerator(DrawingCollection list)
void IDisposable.Dispose()
{
}
}
/// <summary>
/// Advances the enumerator to the next element of the collection.
......
......@@ -787,7 +787,7 @@ internal Enumerator(GeneralTransformCollection list)
void IDisposable.Dispose()
{
}
}
/// <summary>
/// Advances the enumerator to the next element of the collection.
......
......@@ -828,7 +828,7 @@ internal Enumerator(GeometryCollection list)
void IDisposable.Dispose()
{
}
}
/// <summary>
/// Advances the enumerator to the next element of the collection.
......
......@@ -890,7 +890,7 @@ internal Enumerator(GradientStopCollection list)
void IDisposable.Dispose()
{
}
}
/// <summary>
/// Advances the enumerator to the next element of the collection.
......
......@@ -808,7 +808,7 @@ internal Enumerator(Int32Collection list)
void IDisposable.Dispose()
{
}
}
/// <summary>
/// Advances the enumerator to the next element of the collection.
......
......@@ -877,7 +877,7 @@ internal Enumerator(PathFigureCollection list)
void IDisposable.Dispose()
{
}
}
/// <summary>
/// Advances the enumerator to the next element of the collection.
......
......@@ -787,7 +787,7 @@ internal Enumerator(PathSegmentCollection list)
void IDisposable.Dispose()
{
}
}
/// <summary>
/// Advances the enumerator to the next element of the collection.
......
......@@ -810,7 +810,7 @@ internal Enumerator(PointCollection list)
void IDisposable.Dispose()
{
}
}
/// <summary>
/// Advances the enumerator to the next element of the collection.
......
......@@ -787,7 +787,7 @@ internal Enumerator(TextEffectCollection list)
void IDisposable.Dispose()
{
}
}
/// <summary>
/// Advances the enumerator to the next element of the collection.
......
......@@ -828,7 +828,7 @@ internal Enumerator(TransformCollection list)
void IDisposable.Dispose()
{
}
}
/// <summary>
/// Advances the enumerator to the next element of the collection.
......
......@@ -810,7 +810,7 @@ internal Enumerator(VectorCollection list)
void IDisposable.Dispose()
{
}
}
/// <summary>
/// Advances the enumerator to the next element of the collection.
......
......@@ -44,7 +44,7 @@ public class HostVisual : ContainerVisual
/// </summary>
public HostVisual()
{
}
}
#endregion Constructors
......
......@@ -52,7 +52,7 @@ public BitmapImage()
public BitmapImage(Uri uriSource)
: this(uriSource, null)
{
}
}
/// <summary>
/// Construct a BitmapImage with the given Uri and RequestCachePolicy
......
......@@ -38,7 +38,7 @@ public sealed partial class VisualBrush : TileBrush, ICyclicBrush
/// </summary>
public VisualBrush()
{
}
}
/// <summary>
/// VisualBrush Constructor where the image is set to the parameter's value
......
......@@ -41,7 +41,7 @@ protected TextLine(double pixelsPerDip)
protected TextLine()
{
}
}
/// <summary>
/// Clean up text line internal resource
......
......@@ -39,7 +39,7 @@ public sealed partial class DiffuseMaterial : Material
/// </summary>
public DiffuseMaterial()
{
}
}
/// <summary>
/// Constructor that sets the Brush property to "brush"
......
......@@ -40,7 +40,7 @@ public sealed partial class EmissiveMaterial : Material
/// </summary>
public EmissiveMaterial()
{
}
}
/// <summary>
/// Constructor that sets the Brush property to "brush"
......
......@@ -783,7 +783,7 @@ internal Enumerator(GeneralTransform3DCollection list)
void IDisposable.Dispose()
{
}
}
/// <summary>
/// Advances the enumerator to the next element of the collection.
......
......@@ -824,7 +824,7 @@ internal Enumerator(MaterialCollection list)
void IDisposable.Dispose()
{
}
}
/// <summary>
/// Advances the enumerator to the next element of the collection.
......
......@@ -824,7 +824,7 @@ internal Enumerator(Model3DCollection list)
void IDisposable.Dispose()
{
}
}
/// <summary>
/// Advances the enumerator to the next element of the collection.
......
......@@ -807,7 +807,7 @@ internal Enumerator(Point3DCollection list)
void IDisposable.Dispose()
{
}
}
/// <summary>
/// Advances the enumerator to the next element of the collection.
......
......@@ -824,7 +824,7 @@ internal Enumerator(Transform3DCollection list)
void IDisposable.Dispose()
{
}
}
/// <summary>
/// Advances the enumerator to the next element of the collection.
......
......@@ -807,7 +807,7 @@ internal Enumerator(Vector3DCollection list)
void IDisposable.Dispose()
{
}
}
/// <summary>
/// Advances the enumerator to the next element of the collection.
......
......@@ -108,7 +108,7 @@ internal override void RayHitTestCore(RayHitTestParameters rayParams)
internal void MaterialPropertyChangedHook(DependencyPropertyChangedEventArgs e)
{
}
}
internal void BackMaterialPropertyChangedHook(DependencyPropertyChangedEventArgs e)
{
......
......@@ -111,7 +111,7 @@ internal Rect3D(Point3D point1, Point3D point2)
/// <param name="vector">Vector extending the rectangle from the location.</param>
internal Rect3D(Point3D point, Vector3D vector): this(point, point+vector)
{
}
}
#endregion Constructors
......
......@@ -40,7 +40,7 @@ public sealed partial class SpecularMaterial : Material
/// </summary>
public SpecularMaterial()
{
}
}
/// <summary>
/// Constructor that sets the initial values
......
......@@ -3348,7 +3348,7 @@ public override Type BindToType(string assemblyName, string typeName)
/// </summary>
private class RestrictedTypeDeserializationException : Exception
{
}
}
}
#endregion OleConverter Class
......
......@@ -33,7 +33,7 @@ public class ReturnEventArgs<T> : System.EventArgs
///</summary>
public ReturnEventArgs()
{
}
}
///<summary>
/// ReturnEventArgs constructor. Supplied value is assigned to Result value
///</summary>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册