in class/Microsoft.SilverlightControls/:
commit9872865fe013a4e92944c18d65ddc5c4fb77d021
authortoshok <toshok@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Mon, 9 Nov 2009 16:32:45 +0000 (9 16:32 +0000)
committertoshok <toshok@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Mon, 9 Nov 2009 16:32:45 +0000 (9 16:32 +0000)
tree0f6b2aec412d040069964bbe44d6c6d7a7afc2ae
parent11d4e514e8a2f4af83cd40afe590f300239c811e
in class/Microsoft.SilverlightControls/:
2009-11-09  Chris Toshok  <toshok@ximian.com>

        * Controls/Src/ToolTip/ToolTip.cs: add stubbed things for
        PlacementProperty and PlacementTargetProperty.

in class/System.Windows/System.Windows.Data/:
2009-11-09  Chris Toshok  <toshok@ximian.com>

        * BindingExpression.cs: stub UpdateSource method.

        * Binding.cs: stub UpdateSourceTrigger property.

in class/System.Windows/System.Windows/:
2009-11-09  Chris Toshok  <toshok@ximian.com>

        * UIElement.cs: add the static key event and mouse button event
        fields and partially implement AddEventHandler method.

        * FrameworkElement.cs: remove the LoadedEvent field, as it's
        generated now.

        * RoutedEvent.cs (ctor): pass the eventid so we can later retried
        it in UIElement.AddEventHandler.

        * Events.g.cs: regen.

in src/:
2009-11-09  Chris Toshok  <toshok@ximian.com>

        * uielement.h (class UIElement): mark the Key a MouseLeftButton
        events as GenerateManagedEventField=true.

in tools/generators/:
2009-11-09  Chris Toshok  <toshok@ximian.com>

        * FieldInfo.cs: add GenerateManagedEventField to determine if we
        output the static RoutedEvent field (default = false).

        * Generator.cs (GenerateManagedEvents): if the event is marked as
        GenerateManagedEventField=true, output the static field.  Also,
        add it to an autogenerated method for creating a dispatcher from
        the event id (Events.CreateDispatcherFromEventId).

r: rolf

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/moon@145747 e3ebcda4-bce8-0310-ba0a-eca2169e7518
15 files changed:
class/Microsoft.SilverlightControls/ChangeLog
class/Microsoft.SilverlightControls/Controls/Src/ToolTip/ToolTip.cs
class/System.Windows/System.Windows.Data/Binding.cs
class/System.Windows/System.Windows.Data/BindingExpression.cs
class/System.Windows/System.Windows.Data/ChangeLog
class/System.Windows/System.Windows/ChangeLog
class/System.Windows/System.Windows/Events.g.cs
class/System.Windows/System.Windows/FrameworkElement.cs
class/System.Windows/System.Windows/RoutedEvent.cs
class/System.Windows/System.Windows/UIElement.cs
src/ChangeLog
src/uielement.h
tools/generators/ChangeLog
tools/generators/FieldInfo.cs
tools/generators/Generator.cs