3 #if SILICONSTUDIO_PLATFORM_WINDOWS_RUNTIME
7 namespace SiliconStudio.
Paradox.UI.Controls
9 public partial class EditText
11 private static void InitializeStaticImpl()
15 private void InitializeImpl()
17 throw new NotImplementedException();
20 private int GetLineCountImpl()
22 throw new NotImplementedException();
25 private void OnMaxLinesChangedImpl()
27 throw new NotImplementedException();
30 private void OnMinLinesChangedImpl()
32 throw new NotImplementedException();
35 private void ActivateEditTextImpl()
37 throw new NotImplementedException();
40 private void DeactivateEditTextImpl()
42 throw new NotImplementedException();
45 private void OnTouchMoveImpl(TouchEventArgs args)
47 throw new NotImplementedException();
50 private void OnTouchDownImpl(TouchEventArgs args)
52 throw new NotImplementedException();
55 private void UpdateTextToEditImpl()
57 throw new NotImplementedException();
60 private void UpdateInputTypeImpl()
62 throw new NotImplementedException();
65 private void UpdateSelectionFromEditImpl()
67 throw new NotImplementedException();
70 private void UpdateSelectionToEditImpl()
72 throw new NotImplementedException();