コード例 #1
0
 public Binding(DependencyProperty path, RelativeSource relativeSource) : this(NoesisGUI_PINVOKE.new_Binding__SWIG_8(DependencyProperty.getCPtr(path), RelativeSource.getCPtr(relativeSource)), true)
 {
     if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
     {
         throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public Binding(string path, RelativeSource relativeSource) : this(NoesisGUI_PINVOKE.new_Binding__SWIG_7(path != null ? path : string.Empty, RelativeSource.getCPtr(relativeSource)), true)
 {
     if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
     {
         throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
 public RelativeSource(RelativeSource other) : this(NoesisGUI_PINVOKE.new_RelativeSource__SWIG_3(RelativeSource.getCPtr(other)), true)
 {
     if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
     {
         throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #4
0
     public RelativeSource(RelativeSource other) : this(NoesisGUI_PINVOKE.new_RelativeSource__SWIG_3(RelativeSource.getCPtr(other)), true)
     {
 #if UNITY_EDITOR || NOESIS_API
         if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
         {
             throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
         }
 #endif
     }
コード例 #5
0
 public RelativeSource(RelativeSource other) : this(NoesisGUI_PINVOKE.new_RelativeSource__SWIG_3(RelativeSource.getCPtr(other)), true)
 {
 }
コード例 #6
0
 internal static HandleRef getCPtr(RelativeSource obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #7
0
 public Binding(string path, RelativeSource relativeSource) : this(NoesisGUI_PINVOKE.new_Binding__SWIG_7(path != null ? path : string.Empty, RelativeSource.getCPtr(relativeSource)), true)
 {
 }
コード例 #8
0
 public Binding(DependencyProperty path, RelativeSource relativeSource) : this(NoesisGUI_PINVOKE.new_Binding__SWIG_8(DependencyProperty.getCPtr(path), RelativeSource.getCPtr(relativeSource)), true)
 {
 }