C# Class DoodlePad.App

Inheritance: System.Windows.Application
Show file Open project: disbitski/DoodlePad

Public Properties

Property Type Description
BMP System.Windows.Media.Imaging.BitmapImage
BrushColor Color
BrushSize int
CustomBrush1 Color
CustomBrush2 Color
CustomBrush3 Color
CustomBrush4 Color
CustomBrush5 Color
CustomBrush6 Color
CustomColor bool
WBMP System.Windows.Media.Imaging.WriteableBitmap
customBG bool
customColorExists bool
imgTemp Image
inkDA System.Windows.Ink.DrawingAttributes
inkStorage System.Windows.Controls.InkPresenter
inkStrokes System.Windows.Controls.InkPresenter

Public Methods

Method Description
App ( ) : System
RootFrame_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void

Private Methods

Method Description
Application_Activated ( object sender, ActivatedEventArgs e ) : void
Application_Closing ( object sender, ClosingEventArgs e ) : void
Application_Deactivated ( object sender, DeactivatedEventArgs e ) : void
Application_Launching ( object sender, LaunchingEventArgs e ) : void
Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
CompleteInitializePhoneApplication ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
InitializePhoneApplication ( ) : void

Method Details

App() public method

public App ( ) : System
return System

RootFrame_NavigationFailed() public method

public RootFrame_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void
sender object
e System.Windows.Navigation.NavigationFailedEventArgs
return void

Property Details

BMP public static property

public static BitmapImage,System.Windows.Media.Imaging BMP
return System.Windows.Media.Imaging.BitmapImage

BrushColor public static property

public static Color BrushColor
return Color

BrushSize public static property

public static int BrushSize
return int

CustomBrush1 public static property

public static Color CustomBrush1
return Color

CustomBrush2 public static property

public static Color CustomBrush2
return Color

CustomBrush3 public static property

public static Color CustomBrush3
return Color

CustomBrush4 public static property

public static Color CustomBrush4
return Color

CustomBrush5 public static property

public static Color CustomBrush5
return Color

CustomBrush6 public static property

public static Color CustomBrush6
return Color

CustomColor public static property

public static bool CustomColor
return bool

WBMP public static property

public static WriteableBitmap,System.Windows.Media.Imaging WBMP
return System.Windows.Media.Imaging.WriteableBitmap

customBG public static property

public static bool customBG
return bool

customColorExists public static property

public static bool customColorExists
return bool

imgTemp public static property

public static Image imgTemp
return Image

inkDA public static property

public static DrawingAttributes,System.Windows.Ink inkDA
return System.Windows.Ink.DrawingAttributes

inkStorage public static property

public static InkPresenter,System.Windows.Controls inkStorage
return System.Windows.Controls.InkPresenter

inkStrokes public static property

public static InkPresenter,System.Windows.Controls inkStrokes
return System.Windows.Controls.InkPresenter