C# Class nature_net.user_controls.window_content

Interaction logic for window_content.xaml
Inheritance: System.Windows.Controls.UserControl, IVirtualKeyboardInjectable
Afficher le fichier Open project: naturenet/nature-net-ppi Class Usage Examples

Méthodes publiques

Свойство Type Description
center_keyboard bool

Méthodes publiques

Méthode Description
CheckInitialText ( ) : bool
GetKeyboardFrame ( ) : UIElement
UpdateKeyboardPosition ( ) : void
cancel_comment_auth_clicked ( object sender, RoutedEventArgs e ) : void
cancel_comment_reply_clicked ( object sender, RoutedEventArgs e ) : void
comment_textbox_GotKeyboardFocus ( object sender, RoutedEventArgs e ) : void
comment_textbox_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
expander_Click ( object sender, RoutedEventArgs e ) : void
fade_error ( Object stateInfo ) : void
initialize_comments ( Contribution the_contribution ) : void
initialize_contents ( System.Windows.Controls.UserControl uc, Type obj_type, int obj_id, System.Windows.Controls.UserControl parent_frame, double width ) : void
initialize_contents ( System.Windows.Controls.UserControl uc, Type obj_type, int obj_id, System.Windows.Controls.UserControl parent_frame, string listbox_name ) : void
initialize_contents ( System.Windows.Controls.UserControl uc, bool is_design, System.Windows.Controls.UserControl parent_frame ) : void
item_dropped_on_leave_comment_area_auth ( object sender, SurfaceDragDropEventArgs e ) : void
list_all_comments ( ) : void
pin_LostFocus ( object sender, RoutedEventArgs e ) : void
submit_comment_auth_clicked ( object sender, RoutedEventArgs e ) : void
submit_comment_default_clicked ( object sender, RoutedEventArgs e ) : void
submit_comment_reply_clicked ( object sender, RoutedEventArgs e ) : void
submit_text ( RoutedEventArgs e ) : void
textbox_LostFocus ( object sender, RoutedEventArgs e ) : void
window_content ( ) : System
window_content_Loaded ( object sender, RoutedEventArgs e ) : void
window_content_Unloaded ( object sender, RoutedEventArgs e ) : void

Private Methods

Méthode Description
CheckTextBoxText ( ) : void
GetActiveTextBox ( ) : TextBox
GotoAuthMode ( ) : void
GotoDefaultMode ( ) : void
GotoReplyMode ( ) : void
PrepareForAuth ( ) : void
PrepareForReply ( ) : void
ToggleCommentsSection ( ) : void
item_selected ( object i, System.Windows.Input.TouchEventArgs e ) : bool
replybutton_clicked ( object sender, EventArgs e ) : void

Method Details

CheckInitialText() public méthode

public CheckInitialText ( ) : bool
Résultat bool

GetKeyboardFrame() public méthode

public GetKeyboardFrame ( ) : UIElement
Résultat UIElement

UpdateKeyboardPosition() public méthode

public UpdateKeyboardPosition ( ) : void
Résultat void

cancel_comment_auth_clicked() public méthode

public cancel_comment_auth_clicked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

cancel_comment_reply_clicked() public méthode

public cancel_comment_reply_clicked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

comment_textbox_GotKeyboardFocus() public méthode

public comment_textbox_GotKeyboardFocus ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

comment_textbox_SizeChanged() public méthode

public comment_textbox_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
sender object
e System.Windows.SizeChangedEventArgs
Résultat void

expander_Click() public méthode

public expander_Click ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

fade_error() public méthode

public fade_error ( Object stateInfo ) : void
stateInfo Object
Résultat void

initialize_comments() public méthode

public initialize_comments ( Contribution the_contribution ) : void
the_contribution Contribution
Résultat void

initialize_contents() public méthode

public initialize_contents ( System.Windows.Controls.UserControl uc, Type obj_type, int obj_id, System.Windows.Controls.UserControl parent_frame, double width ) : void
uc System.Windows.Controls.UserControl
obj_type System.Type
obj_id int
parent_frame System.Windows.Controls.UserControl
width double
Résultat void

initialize_contents() public méthode

public initialize_contents ( System.Windows.Controls.UserControl uc, Type obj_type, int obj_id, System.Windows.Controls.UserControl parent_frame, string listbox_name ) : void
uc System.Windows.Controls.UserControl
obj_type System.Type
obj_id int
parent_frame System.Windows.Controls.UserControl
listbox_name string
Résultat void

initialize_contents() public méthode

public initialize_contents ( System.Windows.Controls.UserControl uc, bool is_design, System.Windows.Controls.UserControl parent_frame ) : void
uc System.Windows.Controls.UserControl
is_design bool
parent_frame System.Windows.Controls.UserControl
Résultat void

item_dropped_on_leave_comment_area_auth() public méthode

public item_dropped_on_leave_comment_area_auth ( object sender, SurfaceDragDropEventArgs e ) : void
sender object
e SurfaceDragDropEventArgs
Résultat void

list_all_comments() public méthode

public list_all_comments ( ) : void
Résultat void

pin_LostFocus() public méthode

public pin_LostFocus ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

submit_comment_auth_clicked() public méthode

public submit_comment_auth_clicked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

submit_comment_default_clicked() public méthode

public submit_comment_default_clicked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

submit_comment_reply_clicked() public méthode

public submit_comment_reply_clicked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

submit_text() public méthode

public submit_text ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Résultat void

textbox_LostFocus() public méthode

public textbox_LostFocus ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

window_content() public méthode

public window_content ( ) : System
Résultat System

window_content_Loaded() public méthode

public window_content_Loaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

window_content_Unloaded() public méthode

public window_content_Unloaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

Property Details

center_keyboard public_oe property

public bool center_keyboard
Résultat bool