Exemplo n.º 1
0
 private void SetCommandHelper(object command)
 {
     NoesisGUI_PINVOKE.MenuItem_SetCommandHelper(swigCPtr, Noesis.Extend.GetInstanceHandle(command));
 }
Exemplo n.º 2
0
        public int IndexOf(object item)
        {
            int ret = NoesisGUI_PINVOKE.ItemCollection_IndexOf(swigCPtr, Noesis.Extend.GetInstanceHandle(item));

            return(ret);
        }
Exemplo n.º 3
0
 public void RemoveAt(int index)
 {
     NoesisGUI_PINVOKE.ItemCollection_RemoveAt(swigCPtr, index);
 }
Exemplo n.º 4
0
 internal new static IntPtr Extend(string typeName)
 {
     return(NoesisGUI_PINVOKE.Extend_ScrollViewer(Marshal.StringToHGlobalAnsi(typeName)));
 }
Exemplo n.º 5
0
 private void Set(int index, object item)
 {
     NoesisGUI_PINVOKE.ItemCollection_Set(swigCPtr, index, Noesis.Extend.GetInstanceHandle(item));
 }
Exemplo n.º 6
0
 public void ScrollToBottom()
 {
     NoesisGUI_PINVOKE.ScrollViewer_ScrollToBottom(swigCPtr);
 }
Exemplo n.º 7
0
 public void ScrollToVerticalOffset(float offset)
 {
     NoesisGUI_PINVOKE.ScrollViewer_ScrollToVerticalOffset(swigCPtr, offset);
 }
        new internal static IntPtr GetStaticType()
        {
            IntPtr ret = NoesisGUI_PINVOKE.SplineRectKeyFrame_GetStaticType();

            return(ret);
        }
Exemplo n.º 9
0
 public RoutedEventArgs(object s, RoutedEvent e) : this(NoesisGUI_PINVOKE.new_RoutedEventArgs(Noesis.Extend.GetInstanceHandle(s), RoutedEvent.getCPtr(e)), true)
 {
 }
Exemplo n.º 10
0
 protected override IntPtr CreateCPtr(Type type, out bool registerExtend)
 {
     registerExtend = false;
     return(NoesisGUI_PINVOKE.new_VisualStateManager());
 }
Exemplo n.º 11
0
        public static bool GoToElementState(FrameworkElement root, string stateName, bool useTransitions)
        {
            bool ret = NoesisGUI_PINVOKE.VisualStateManager_GoToElementState(FrameworkElement.getCPtr(root), stateName != null ? stateName : string.Empty, useTransitions);

            return(ret);
        }
Exemplo n.º 12
0
        new internal static IntPtr GetStaticType()
        {
            IntPtr ret = NoesisGUI_PINVOKE.VisualStateManager_GetStaticType();

            return(ret);
        }
Exemplo n.º 13
0
        new internal static IntPtr GetStaticType()
        {
            IntPtr ret = NoesisGUI_PINVOKE.TabControl_GetStaticType();

            return(ret);
        }
Exemplo n.º 14
0
        new internal static IntPtr GetStaticType()
        {
            IntPtr ret = NoesisGUI_PINVOKE.MenuItem_GetStaticType();

            return(ret);
        }
Exemplo n.º 15
0
 public void PageRight()
 {
     NoesisGUI_PINVOKE.ScrollViewer_PageRight(swigCPtr);
 }
Exemplo n.º 16
0
 protected override IntPtr CreateCPtr(Type type, out bool registerExtend)
 {
     registerExtend = false;
     return(NoesisGUI_PINVOKE.new_LinearColorKeyFrame());
 }
Exemplo n.º 17
0
 public void PageDown()
 {
     NoesisGUI_PINVOKE.ScrollViewer_PageDown(swigCPtr);
 }
Exemplo n.º 18
0
        new internal static IntPtr GetStaticType()
        {
            IntPtr ret = NoesisGUI_PINVOKE.GridViewColumn_GetStaticType();

            return(ret);
        }
Exemplo n.º 19
0
 public void ScrollToEnd()
 {
     NoesisGUI_PINVOKE.ScrollViewer_ScrollToEnd(swigCPtr);
 }
Exemplo n.º 20
0
 protected override IntPtr CreateCPtr(Type type, out bool registerExtend)
 {
     registerExtend = false;
     return(NoesisGUI_PINVOKE.new_GridViewColumn());
 }
Exemplo n.º 21
0
 public void InvalidateScrollInfo()
 {
     NoesisGUI_PINVOKE.ScrollViewer_InvalidateScrollInfo(swigCPtr);
 }
Exemplo n.º 22
0
 public MouseWheelEventArgs(object s, RoutedEvent e, int delta) : this(NoesisGUI_PINVOKE.new_MouseWheelEventArgs(Noesis.Extend.GetInstanceHandle(s), RoutedEvent.getCPtr(e), delta), true)
 {
 }
Exemplo n.º 23
0
 public ItemCollection(ItemsControl itemsControl) : this(NoesisGUI_PINVOKE.new_ItemCollection(ItemsControl.getCPtr(itemsControl)), true)
 {
 }
 protected override System.IntPtr CreateCPtr(System.Type type, out bool registerExtend)
 {
     registerExtend = false;
     return(NoesisGUI_PINVOKE.new_ControlTemplate());
 }
Exemplo n.º 25
0
 public void Insert(int index, object item)
 {
     NoesisGUI_PINVOKE.ItemCollection_Insert(swigCPtr, index, Noesis.Extend.GetInstanceHandle(item));
 }
Exemplo n.º 26
0
 public ContextMenuEventArgs(object s, RoutedEvent e, float left, float top) : this(NoesisGUI_PINVOKE.new_ContextMenuEventArgs__SWIG_0(Noesis.Extend.GetInstanceHandle(s), RoutedEvent.getCPtr(e), left, top), true)
 {
     if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
     {
         throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 27
0
        public bool Remove(object item)
        {
            bool ret = NoesisGUI_PINVOKE.ItemCollection_Remove(swigCPtr, Noesis.Extend.GetInstanceHandle(item));

            return(ret);
        }
Exemplo n.º 28
0
 public void LineUp()
 {
     NoesisGUI_PINVOKE.ScrollViewer_LineUp(swigCPtr);
 }
Exemplo n.º 29
0
 public void Clear()
 {
     NoesisGUI_PINVOKE.ItemCollection_Clear(swigCPtr);
 }
Exemplo n.º 30
0
        private object GetCommandHelper()
        {
            IntPtr cPtr = NoesisGUI_PINVOKE.MenuItem_GetCommandHelper(swigCPtr);

            return(Noesis.Extend.GetProxy(cPtr, false));
        }