C# Class StickyTiles.MainPage

Inheritance: PhoneApplicationPage
显示文件 Open project: limitedmage/StickyTiles

Public Methods

Method Description
CompensateForRender ( int bitmapPixels ) : void
MainPage ( ) : System

Protected Methods

Method Description
OnBackKeyPress ( CancelEventArgs e ) : void
OnNavigatedFrom ( System e ) : void
OnNavigatedTo ( System e ) : void

Private Methods

Method Description
About_Click ( object sender, EventArgs e ) : void
BackgroundPicker_SelectionChanged ( object sender, System e ) : void
ClosePickers ( object sender, EventArgs e ) : void
CreateAppbars ( ) : void
CreateDonationPopup ( ) : void
DeleteOldTiles ( ) : void
GetJpegBytesFromStream ( Stream stream ) : byte[]
GetTile ( string id ) : ShellTile
GetTileFilename ( string id, bool back = false ) : string
GetTileUri ( string id ) : Uri
PinButton_Click ( object sender, EventArgs e ) : void
ShowBackColorPicker ( object sender, RoutedEventArgs e ) : void
ShowBackTextColorPicker ( object sender, RoutedEventArgs e ) : void
ShowFrontColorPicker ( object sender, RoutedEventArgs e ) : void
ShowFrontTextColorPicker ( object sender, RoutedEventArgs e ) : void
ShowPicPicker ( Action callback ) : void

Method Details

CompensateForRender() public method

public CompensateForRender ( int bitmapPixels ) : void
bitmapPixels int
return void

MainPage() public method

public MainPage ( ) : System
return System

OnBackKeyPress() protected method

protected OnBackKeyPress ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( System e ) : void
e System
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( System e ) : void
e System
return void