C# Class Catrobat.IDE.WindowsPhone.Controls.ProcessIcon

Inheritance: INotifyPropertyChanged
Show file Open project: Catrobat/CatrobatForWindows

Public Properties

Property Type Description
IsProcessingProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
ProcessIcon ( ) : System.ComponentModel
StartTransformationThread ( ) : void
StopTransformationThread ( ) : void

Protected Methods

Method Description
OnStateChanged ( bool isProcessing ) : void

Private Methods

Method Description
IsProcessingChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
ProcessingStateChanged ( bool isProcessing ) : void
RaisePropertyChanged ( [ propertyName = null ) : void

Method Details

OnStateChanged() protected method

protected OnStateChanged ( bool isProcessing ) : void
isProcessing bool
return void

ProcessIcon() public method

public ProcessIcon ( ) : System.ComponentModel
return System.ComponentModel

StartTransformationThread() public method

public StartTransformationThread ( ) : void
return void

StopTransformationThread() public method

public StopTransformationThread ( ) : void
return void

Property Details

IsProcessingProperty public static property

public static DependencyProperty,Windows.UI.Xaml IsProcessingProperty
return Windows.UI.Xaml.DependencyProperty