コード例 #1
0
 private void ScrollViewer_ManipulationBoundaryFeedback(object sender, System.Windows.Input.ManipulationBoundaryFeedbackEventArgs e)
 {
     e.Handled = true;
 }
コード例 #2
0
 private static void Ele_ManipulationBoundaryFeedback(object sender, System.Windows.Input.ManipulationBoundaryFeedbackEventArgs e)
 {
     e.Handled = true;
 }
コード例 #3
0
 protected override void OnManipulationBoundaryFeedback(System.Windows.Input.ManipulationBoundaryFeedbackEventArgs e)
 {
 }
コード例 #4
0
 void PdfViewerControl_ManipulationBoundaryFeedback(object sender, System.Windows.Input.ManipulationBoundaryFeedbackEventArgs e)
 {
     e.Handled = true;
 }
コード例 #5
0
ファイル: MainWindow.xaml.cs プロジェクト: secretmadonna/NEMS
 private void Window_ManipulationBoundaryFeedback(object sender, System.Windows.Input.ManipulationBoundaryFeedbackEventArgs e)
 {
     logger.InfoFormat("{0:D3}.{1}", ++numberIndex, MethodBase.GetCurrentMethod().Name);
 }