RawStylusInputCustomDataList.cs source code in C# .NET

Source code for the .NET framework in C#

                        

Code:

/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / Input / Stylus / RawStylusInputCustomDataList.cs / 1 / RawStylusInputCustomDataList.cs

                            //------------------------------------------------------------------------ 
// 
// Copyright (c) Microsoft Corporation. All rights reserved.
// 
//----------------------------------------------------------------------- 

using System; 
using System.Windows; 
using System.Collections;
using System.Collections.Generic; 
using System.Collections.ObjectModel;
using System.Windows.Threading;

using SR=MS.Internal.PresentationCore.SR; 
using SRID=MS.Internal.PresentationCore.SRID;
 
namespace System.Windows.Input.StylusPlugIns 
{
    ///  
    /// Collection of RawStylusInputCustomData objects
    /// 
    internal class RawStylusInputCustomDataList : Collection
    { 
        //-----------------------------------------------------
        // 
        //  Constructors 
        //
        //----------------------------------------------------- 

        ///  Constructor 
        internal RawStylusInputCustomDataList()
        { 
        }
    } 
 
}
 

// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------ 
// 
// Copyright (c) Microsoft Corporation. All rights reserved.
// 
//----------------------------------------------------------------------- 

using System; 
using System.Windows; 
using System.Collections;
using System.Collections.Generic; 
using System.Collections.ObjectModel;
using System.Windows.Threading;

using SR=MS.Internal.PresentationCore.SR; 
using SRID=MS.Internal.PresentationCore.SRID;
 
namespace System.Windows.Input.StylusPlugIns 
{
    ///  
    /// Collection of RawStylusInputCustomData objects
    /// 
    internal class RawStylusInputCustomDataList : Collection
    { 
        //-----------------------------------------------------
        // 
        //  Constructors 
        //
        //----------------------------------------------------- 

        ///  Constructor 
        internal RawStylusInputCustomDataList()
        { 
        }
    } 
 
}
 

// File provided for Reference Use Only by Microsoft Corporation (c) 2007.

                        

Link Menu

Network programming in C#, Network Programming in VB.NET, Network Programming in .NET
This book is available now!
Buy at Amazon US or
Buy at Amazon UK