C# 클래스 nature_net.user_controls.window_content

Interaction logic for window_content.xaml
상속: System.Windows.Controls.UserControl, IVirtualKeyboardInjectable
파일 보기 프로젝트 열기: naturenet/nature-net-ppi 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
center_keyboard bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CheckInitialText() 공개 메소드

public CheckInitialText ( ) : bool
리턴 bool

GetKeyboardFrame() 공개 메소드

public GetKeyboardFrame ( ) : UIElement
리턴 UIElement

UpdateKeyboardPosition() 공개 메소드

public UpdateKeyboardPosition ( ) : void
리턴 void

cancel_comment_auth_clicked() 공개 메소드

public cancel_comment_auth_clicked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

cancel_comment_reply_clicked() 공개 메소드

public cancel_comment_reply_clicked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

comment_textbox_GotKeyboardFocus() 공개 메소드

public comment_textbox_GotKeyboardFocus ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

comment_textbox_SizeChanged() 공개 메소드

public comment_textbox_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
sender object
e System.Windows.SizeChangedEventArgs
리턴 void

expander_Click() 공개 메소드

public expander_Click ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

fade_error() 공개 메소드

public fade_error ( Object stateInfo ) : void
stateInfo Object
리턴 void

initialize_comments() 공개 메소드

public initialize_comments ( Contribution the_contribution ) : void
the_contribution Contribution
리턴 void

initialize_contents() 공개 메소드

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
리턴 void

initialize_contents() 공개 메소드

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
리턴 void

initialize_contents() 공개 메소드

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
리턴 void

item_dropped_on_leave_comment_area_auth() 공개 메소드

public item_dropped_on_leave_comment_area_auth ( object sender, SurfaceDragDropEventArgs e ) : void
sender object
e SurfaceDragDropEventArgs
리턴 void

list_all_comments() 공개 메소드

public list_all_comments ( ) : void
리턴 void

pin_LostFocus() 공개 메소드

public pin_LostFocus ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

submit_comment_auth_clicked() 공개 메소드

public submit_comment_auth_clicked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

submit_comment_default_clicked() 공개 메소드

public submit_comment_default_clicked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

submit_comment_reply_clicked() 공개 메소드

public submit_comment_reply_clicked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

submit_text() 공개 메소드

public submit_text ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
리턴 void

textbox_LostFocus() 공개 메소드

public textbox_LostFocus ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

window_content() 공개 메소드

public window_content ( ) : System
리턴 System

window_content_Loaded() 공개 메소드

public window_content_Loaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

window_content_Unloaded() 공개 메소드

public window_content_Unloaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

프로퍼티 상세

center_keyboard 공개적으로 프로퍼티

public bool center_keyboard
리턴 bool