From cb49684d764470f46914868e13af76daf460b967 Mon Sep 17 00:00:00 2001 From: fejj Date: Fri, 4 Dec 2009 21:09:48 +0000 Subject: [PATCH] make the setters internal git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/moon@147710 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- src/stylus.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/stylus.h b/src/stylus.h index 3164f8355..b4ab08a73 100644 --- a/src/stylus.h +++ b/src/stylus.h @@ -118,9 +118,9 @@ class TouchDevice : public DependencyObject { virtual ~TouchDevice () {} public: - /* @PropertyType=UIElement,GenerateAccessors */ + /* @PropertyType=UIElement,ManagedSetterAccess=Internal,GenerateAccessors */ const static int DirectlyOverProperty; - /* @PropertyType=gint32,GenerateAccessors */ + /* @PropertyType=gint32,ManagedSetterAccess=Internal,GenerateAccessors */ const static int IdProperty; /* @GenerateCBinding,GeneratePInvoke */ @@ -147,13 +147,13 @@ class TouchPoint : public DependencyObject { virtual ~TouchPoint () {} public: - /* @PropertyType=TouchAction,GenerateAccessors */ + /* @PropertyType=TouchAction,ManagedSetterAccess=Internal,GenerateAccessors */ const static int ActionProperty; - /* @PropertyType=Point,GenerateAccessors */ + /* @PropertyType=Point,ManagedSetterAccess=Internal,GenerateAccessors */ const static int PositionProperty; - /* @PropertyType=Size,GenerateAccessors */ + /* @PropertyType=Size,ManagedSetterAccess=Internal,GenerateAccessors */ const static int SizeProperty; - /* @PropertyType=TouchDevice,GenerateAccessors */ + /* @PropertyType=TouchDevice,ManagedSetterAccess=Internal,GenerateAccessors */ const static int TouchDeviceProperty; /* @GenerateCBinding,GeneratePInvoke */ -- 2.11.4.GIT