Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
add TIMELINEMARKER to the list.. oops.
Browse files Browse the repository at this point in the history
svn path=/trunk/moon/; revision=134152
  • Loading branch information
Chris Toshok committed May 14, 2009
1 parent f046924 commit cad2332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions class/System.Windows/Mono/NativeDependencyObjectHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ static object CreateObject (Kind k, IntPtr raw)
case Kind.TEXTBOX: return new TextBox (raw, false);
case Kind.TEXTBOXVIEW: return new TextBoxView (raw, false);
case Kind.TIMELINE_COLLECTION: return new TimelineCollection (raw, false);
case Kind.TIMELINEMARKER: return new TimelineMarker (raw, false);
case Kind.TIMELINEMARKER_COLLECTION: return new TimelineMarkerCollection (raw, false);
case Kind.TRANSFORM_COLLECTION: return new TransformCollection (raw, false);
case Kind.TRANSFORMGROUP: return new TransformGroup (raw, false);
Expand Down

0 comments on commit cad2332

Please sign in to comment.