C# Class BaconographyWP8.View.LinkedPictureView

Inheritance: PhoneApplicationPage
Show file Open project: Synergex/Baconography

Public Methods

Method Description
LinkedPictureView ( ) : BaconographyPortable.Common
myGridGestureListener_Flick ( object sender, Microsoft.Phone.Controls.FlickGestureEventArgs e ) : void

Protected Methods

Method Description
OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void

Private Methods

Method Description
CleanupImageSource ( ) : void
ClearItem ( PivotItem item ) : void
GenerateItemTripplet ( PivotItem newCurrent ) : Tuple
RunGC ( ) : void
SaveImage_Tap ( ) : void
albumPivot_LoadingPivotItem ( object sender, PivotItemEventArgs e ) : void
albumPivot_UnloadingPivotItem ( object sender, PivotItemEventArgs e ) : void

Method Details

LinkedPictureView() public method

public LinkedPictureView ( ) : BaconographyPortable.Common
return BaconographyPortable.Common

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void

OnNavigatingFrom() protected method

protected OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
e System.Windows.Navigation.NavigatingCancelEventArgs
return void

myGridGestureListener_Flick() public method

public myGridGestureListener_Flick ( object sender, Microsoft.Phone.Controls.FlickGestureEventArgs e ) : void
sender object
e Microsoft.Phone.Controls.FlickGestureEventArgs
return void