Пример #1
0
 public ItemCollection(ItemsControl itemsControl) : this(NoesisGUI_PINVOKE.new_ItemCollection(ItemsControl.getCPtr(itemsControl)), true)
 {
 }
Пример #2
0
        public static DependencyObject ContainerFromElement(ItemsControl itemsControl, DependencyObject element)
        {
            IntPtr cPtr = NoesisGUI_PINVOKE.ItemsControl_ContainerFromElement__SWIG_0(ItemsControl.getCPtr(itemsControl), DependencyObject.getCPtr(element));

            return((DependencyObject)Noesis.Extend.GetProxy(cPtr, false));
        }
Пример #3
0
     public ItemCollection(ItemsControl itemsControl) : this(NoesisGUI_PINVOKE.new_ItemCollection__SWIG_1(ItemsControl.getCPtr(itemsControl)), true)
     {
 #if UNITY_EDITOR || NOESIS_API
         if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
         {
             throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
         }
 #endif
     }
Пример #4
0
 public ItemCollection(ItemsControl itemsControl) : this(NoesisGUI_PINVOKE.new_ItemCollection__SWIG_1(ItemsControl.getCPtr(itemsControl)), true)
 {
     if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
     {
         throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #5
0
        public static DependencyObject ContainerFromElement(ItemsControl itemsControl, DependencyObject element)
        {
            IntPtr cPtr = NoesisGUI_PINVOKE.ItemsControl_ContainerFromElement__SWIG_0(ItemsControl.getCPtr(itemsControl), DependencyObject.getCPtr(element));

            if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
            {
                throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
            }
            return((DependencyObject)Noesis.Extend.GetProxy(cPtr, false));
        }