From a8e66ee7d284ebc523cfd46df81f991b4e32bcc6 Mon Sep 17 00:00:00 2001 From: fejj Date: Fri, 4 Dec 2009 20:51:39 +0000 Subject: [PATCH] regenerated git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/moon@147709 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- .../automatic/System.Windows.auto.sc | 41 +++++++++++++++++++++- .../automatic/System.Windows.auto.ssc | 6 +++- 2 files changed, 45 insertions(+), 2 deletions(-) diff --git a/class/tuning/SecurityAttributes/automatic/System.Windows.auto.sc b/class/tuning/SecurityAttributes/automatic/System.Windows.auto.sc index 4dd59ad14..af3f20dde 100644 --- a/class/tuning/SecurityAttributes/automatic/System.Windows.auto.sc +++ b/class/tuning/SecurityAttributes/automatic/System.Windows.auto.sc @@ -1,5 +1,5 @@ # [SecurityCritical] needed to execute code inside 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. -# 584 methods needs to be decorated. +# 597 methods needs to be decorated. # p/invoke declaration +SC-M: Mono.Kind Mono.NativeMethods::collection_get_element_type(System.IntPtr) @@ -377,6 +377,9 @@ +SC-M: System.Int32 Mono.NativeMethods::time_manager_get_maximum_refresh_rate(System.IntPtr) # p/invoke declaration ++SC-M: System.Int32 Mono.NativeMethods::touch_device_get_id(System.IntPtr) + +# p/invoke declaration +SC-M: System.Int64 Mono.NativeMethods::rendering_event_args_get_rendering_time(System.IntPtr) # p/invoke declaration @@ -1157,6 +1160,27 @@ +SC-M: System.IntPtr Mono.NativeMethods::timeline_new() # p/invoke declaration ++SC-M: System.IntPtr Mono.NativeMethods::touch_device_get_directly_over(System.IntPtr) + +# p/invoke declaration ++SC-M: System.IntPtr Mono.NativeMethods::touch_device_new() + +# p/invoke declaration ++SC-M: System.IntPtr Mono.NativeMethods::touch_point_collection_new() + +# p/invoke declaration ++SC-M: System.IntPtr Mono.NativeMethods::touch_point_get_position(System.IntPtr) + +# p/invoke declaration ++SC-M: System.IntPtr Mono.NativeMethods::touch_point_get_size(System.IntPtr) + +# p/invoke declaration ++SC-M: System.IntPtr Mono.NativeMethods::touch_point_get_touch_device(System.IntPtr) + +# p/invoke declaration ++SC-M: System.IntPtr Mono.NativeMethods::touch_point_new() + +# p/invoke declaration +SC-M: System.IntPtr Mono.NativeMethods::transform_collection_new() # p/invoke declaration @@ -1643,6 +1667,21 @@ +SC-M: System.Void Mono.NativeMethods::timeline_set_manual_target(System.IntPtr,System.IntPtr) # p/invoke declaration ++SC-M: System.Void Mono.NativeMethods::touch_device_set_directly_over(System.IntPtr,System.IntPtr) + +# p/invoke declaration ++SC-M: System.Void Mono.NativeMethods::touch_device_set_id(System.IntPtr,System.Int32) + +# p/invoke declaration ++SC-M: System.Void Mono.NativeMethods::touch_point_set_position(System.IntPtr,System.IntPtr) + +# p/invoke declaration ++SC-M: System.Void Mono.NativeMethods::touch_point_set_size(System.IntPtr,System.IntPtr) + +# p/invoke declaration ++SC-M: System.Void Mono.NativeMethods::touch_point_set_touch_device(System.IntPtr,System.IntPtr) + +# p/invoke declaration +SC-M: System.Void Mono.NativeMethods::uielement_arrange(System.IntPtr,System.Windows.Rect) # p/invoke declaration diff --git a/class/tuning/SecurityAttributes/automatic/System.Windows.auto.ssc b/class/tuning/SecurityAttributes/automatic/System.Windows.auto.ssc index 8d1ceda1e..cf650a75d 100644 --- a/class/tuning/SecurityAttributes/automatic/System.Windows.auto.ssc +++ b/class/tuning/SecurityAttributes/automatic/System.Windows.auto.ssc @@ -1,5 +1,5 @@ # [SecuritySafeCritical] needed inside System.Windows to call all [SecurityCritical] methods -# 436 methods +# 440 methods +SSC-M: System.Void Microsoft.Internal.TextBoxView::.ctor() +SSC-M: System.Void Mono.A11yHelper::Initialize() @@ -164,12 +164,16 @@ +SSC-M: System.Int32 System.Windows.Input.KeyEventArgs::get_PlatformKeyCode() +SSC-M: System.Windows.Point System.Windows.Input.MouseEventArgs::GetPosition(System.Windows.UIElement) +SSC-M: System.Int32 System.Windows.Input.MouseWheelEventArgs::get_Delta() ++SSC-M: System.Windows.Input.TabletDeviceType System.Windows.Input.StylusDevice::get_DeviceType() +SSC-M: System.Boolean System.Windows.Input.StylusDevice::get_Inverted() +SSC-M: System.Windows.Input.StylusPointCollection System.Windows.Input.StylusDevice::GetStylusPoints(System.Windows.UIElement) +SSC-M: System.Void System.Windows.Input.StylusInfo::.ctor() +SSC-M: System.Void System.Windows.Input.StylusPoint::.ctor(System.Double,System.Double) +SSC-M: System.Void System.Windows.Input.StylusPointCollection::.ctor() +SSC-M: System.Void System.Windows.Input.StylusPointCollection::Add(System.Windows.Input.StylusPointCollection) ++SSC-M: System.Void System.Windows.Input.TouchDevice::.ctor() ++SSC-M: System.Void System.Windows.Input.TouchPoint::.ctor() ++SSC-M: System.Void System.Windows.Input.TouchPointCollection::.ctor() +SSC-M: System.Double System.Windows.Interop.Content::get_ActualHeight() +SSC-M: System.Double System.Windows.Interop.Content::get_ActualWidth() +SSC-M: System.Boolean System.Windows.Interop.Content::get_IsFullScreen() -- 2.11.4.GIT