Exemplo n.º 1
0
 public static void SetCacheLength(DependencyObject element, VirtualizationCacheLength len)
 {
     NoesisGUI_PINVOKE.VirtualizingPanel_SetCacheLength(DependencyObject.getCPtr(element), ref len);
     if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
     {
         throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public static void SetCacheLength(DependencyObject element, VirtualizationCacheLength len)
 {
     if (element == null)
     {
         throw new ArgumentNullException("element");
     }
     {
         NoesisGUI_PINVOKE.VirtualizingPanel_SetCacheLength(DependencyObject.getCPtr(element), ref len);
     }
 }
Exemplo n.º 3
0
        public static IntPtr Box_VirtualizationCacheLength(VirtualizationCacheLength val)
        {
            IntPtr ret = NoesisGUI_PINVOKE.Box_VirtualizationCacheLength(ref val);

            return(ret);
        }
 public static void SetCacheLength(DependencyObject element, VirtualizationCacheLength len)
 {
     NoesisGUI_PINVOKE.VirtualizingPanel_SetCacheLength(DependencyObject.getCPtr(element), ref len);
 }
 public bool Equals(VirtualizationCacheLength other)
 {
     return(this == other);
 }