stub out the Projection classes as well as duplicating the disgusting hack used for...
[moon.git] / class / System.Windows / System.Windows / DependencyObject.g.cs
blob40a5277062795aaa065295849b97a19408c26c45
1 /*
2 * Automatically generated, do not edit this file directly
3 */
5 using Mono;
6 using System;
7 using System.Collections.Generic;
8 using System.Windows;
9 using System.Windows.Controls;
10 using System.Windows.Documents;
11 using System.Windows.Ink;
12 using System.Windows.Input;
13 using System.Windows.Markup;
14 using System.Windows.Media;
15 using System.Windows.Media3D;
16 using System.Windows.Media.Animation;
17 using System.Windows.Shapes;
19 namespace Microsoft.Internal {
20 partial class TextBoxView {
21 public TextBoxView () : base (NativeMethods.text_box_view_new (), true) {}
22 internal TextBoxView (IntPtr raw, bool dropref) : base (raw, dropref) {}
26 namespace Mono {
27 partial class DispatcherTimer {
28 public DispatcherTimer () : base (NativeMethods.dispatcher_timer_new (), true) {}
29 internal DispatcherTimer (IntPtr raw, bool dropref) : base (raw, dropref) {}
33 namespace System.Windows {
34 partial class AssemblyPart {
35 public AssemblyPart () : base (NativeMethods.assembly_part_new (), true) {}
36 internal AssemblyPart (IntPtr raw, bool dropref) : base (raw, dropref) {}
39 partial class AssemblyPartCollection {
40 public AssemblyPartCollection () : base (NativeMethods.assembly_part_collection_new (), true) {}
41 internal AssemblyPartCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
44 partial class DataTemplate {
45 public DataTemplate () : base (NativeMethods.data_template_new (), true) {}
46 internal DataTemplate (IntPtr raw, bool dropref) : base (raw, dropref) {}
49 partial class Deployment {
50 public Deployment () : base (NativeMethods.deployment_new (), true) {}
51 internal Deployment (IntPtr raw, bool dropref) : base (raw, dropref) {}
54 [ContentProperty ("Actions")]
55 partial class EventTrigger {
56 public EventTrigger () : base (NativeMethods.event_trigger_new (), true) {}
57 internal EventTrigger (IntPtr raw, bool dropref) : base (raw, dropref) {}
60 partial class ExtensionPart {
61 public ExtensionPart () : base (NativeMethods.extension_part_new (), true) {}
62 internal ExtensionPart (IntPtr raw, bool dropref) : base (raw, dropref) {}
65 partial class ExternalPart {
66 public ExternalPart () : base (NativeMethods.external_part_new (), true) {}
67 internal ExternalPart (IntPtr raw, bool dropref) : base (raw, dropref) {}
70 partial class ExternalPartCollection {
71 public ExternalPartCollection () : base (NativeMethods.external_part_collection_new (), true) {}
72 internal ExternalPartCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
75 partial class FrameworkElement {
76 protected FrameworkElement () : base (NativeMethods.framework_element_new (), true)
78 Initialize ();
80 internal FrameworkElement (IntPtr raw, bool dropref) : base (raw, dropref)
82 Initialize ();
86 partial class FrameworkTemplate {
87 protected FrameworkTemplate () : base (NativeMethods.framework_template_new (), true) {}
88 internal FrameworkTemplate (IntPtr raw, bool dropref) : base (raw, dropref) {}
91 partial class Icon {
92 public Icon () : base (NativeMethods.icon_new (), true) {}
93 internal Icon (IntPtr raw, bool dropref) : base (raw, dropref) {}
96 partial class IconCollection {
97 internal IconCollection () : base (NativeMethods.icon_collection_new (), true) {}
98 internal IconCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
101 partial class OutOfBrowserSettings {
102 public OutOfBrowserSettings () : base (NativeMethods.out_of_browser_settings_new (), true) {}
103 internal OutOfBrowserSettings (IntPtr raw, bool dropref) : base (raw, dropref) {}
106 partial class PresentationFrameworkCollection<T> {
107 internal PresentationFrameworkCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
110 partial class ResourceDictionary {
111 public ResourceDictionary () : base (NativeMethods.resource_dictionary_new (), true) {}
112 internal ResourceDictionary (IntPtr raw, bool dropref) : base (raw, dropref) {}
115 partial class ResourceDictionaryCollection {
116 public ResourceDictionaryCollection () : base (NativeMethods.resource_dictionary_collection_new (), true) {}
117 internal ResourceDictionaryCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
120 partial class Setter {
121 public Setter () : base (NativeMethods.setter_new (), true) {}
122 internal Setter (IntPtr raw, bool dropref) : base (raw, dropref) {}
125 partial class SetterBase {
126 internal SetterBase () : base (NativeMethods.setter_base_new (), true) {}
127 internal SetterBase (IntPtr raw, bool dropref) : base (raw, dropref) {}
130 partial class SetterBaseCollection {
131 public SetterBaseCollection () : base (NativeMethods.setter_base_collection_new (), true) {}
132 internal SetterBaseCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
135 [ContentProperty ("Setters")]
136 partial class Style {
137 public Style () : base (NativeMethods.style_new (), true) {}
138 internal Style (IntPtr raw, bool dropref) : base (raw, dropref) {}
141 partial class TriggerAction {
142 internal TriggerAction () : base (NativeMethods.trigger_action_new (), true) {}
143 internal TriggerAction (IntPtr raw, bool dropref) : base (raw, dropref) {}
146 partial class TriggerActionCollection {
147 public TriggerActionCollection () : base (NativeMethods.trigger_action_collection_new (), true) {}
148 internal TriggerActionCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
151 partial class TriggerBase {
152 internal TriggerBase () : base (NativeMethods.trigger_base_new (), true) {}
153 internal TriggerBase (IntPtr raw, bool dropref) : base (raw, dropref) {}
156 partial class TriggerCollection {
157 internal TriggerCollection () : base (NativeMethods.trigger_collection_new (), true) {}
158 internal TriggerCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
161 partial class UIElement {
162 internal UIElement (IntPtr raw, bool dropref) : base (raw, dropref) {}
165 partial class WindowSettings {
166 public WindowSettings () : base (NativeMethods.window_settings_new (), true) {}
167 internal WindowSettings (IntPtr raw, bool dropref) : base (raw, dropref) {}
171 namespace System.Windows.Controls {
172 [ContentProperty ("Child")]
173 partial class Border {
174 public Border () : base (NativeMethods.border_new (), true) {}
175 internal Border (IntPtr raw, bool dropref) : base (raw, dropref) {}
178 partial class Canvas {
179 public Canvas () : base (NativeMethods.canvas_new (), true) {}
180 internal Canvas (IntPtr raw, bool dropref) : base (raw, dropref) {}
183 partial class ColumnDefinition {
184 public ColumnDefinition () : base (NativeMethods.column_definition_new (), true) {}
185 internal ColumnDefinition (IntPtr raw, bool dropref) : base (raw, dropref) {}
188 partial class ColumnDefinitionCollection {
189 internal ColumnDefinitionCollection () : base (NativeMethods.column_definition_collection_new (), true) {}
190 internal ColumnDefinitionCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
193 [ContentProperty ("Content")]
194 partial class ContentControl {
195 public ContentControl () : base (NativeMethods.content_control_new (), true)
197 Initialize ();
199 internal ContentControl (IntPtr raw, bool dropref) : base (raw, dropref)
201 Initialize ();
205 partial class Control {
206 protected Control () : base (NativeMethods.control_new (), true)
208 Initialize ();
210 internal Control (IntPtr raw, bool dropref) : base (raw, dropref)
212 Initialize ();
216 partial class ControlTemplate {
217 public ControlTemplate () : base (NativeMethods.control_template_new (), true) {}
218 internal ControlTemplate (IntPtr raw, bool dropref) : base (raw, dropref) {}
221 partial class Grid {
222 public Grid () : base (NativeMethods.grid_new (), true) {}
223 internal Grid (IntPtr raw, bool dropref) : base (raw, dropref) {}
226 partial class HitTestCollection {
227 internal HitTestCollection () : base (NativeMethods.hit_test_collection_new (), true) {}
228 internal HitTestCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
231 partial class Image {
232 public Image () : base (NativeMethods.image_new (), true) {}
233 internal Image (IntPtr raw, bool dropref) : base (raw, dropref) {}
236 partial class InkPresenter {
237 public InkPresenter () : base (NativeMethods.ink_presenter_new (), true) {}
238 internal InkPresenter (IntPtr raw, bool dropref) : base (raw, dropref) {}
241 partial class ItemCollection {
242 internal ItemCollection () : base (NativeMethods.item_collection_new (), true) {}
243 internal ItemCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
246 partial class MediaElement {
247 public MediaElement () : base (NativeMethods.media_element_new (), true) {}
248 internal MediaElement (IntPtr raw, bool dropref) : base (raw, dropref) {}
251 partial class MultiScaleImage {
252 public MultiScaleImage () : base (NativeMethods.multi_scale_image_new (), true) {}
253 internal MultiScaleImage (IntPtr raw, bool dropref) : base (raw, dropref) {}
256 partial class MultiScaleSubImage {
257 public MultiScaleSubImage () : base (NativeMethods.multi_scale_sub_image_new (), true) {}
258 internal MultiScaleSubImage (IntPtr raw, bool dropref) : base (raw, dropref) {}
261 partial class MultiScaleSubImageCollection {
262 internal MultiScaleSubImageCollection () : base (NativeMethods.multi_scale_sub_image_collection_new (), true) {}
263 internal MultiScaleSubImageCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
266 [ContentProperty ("Children")]
267 partial class Panel {
268 protected Panel () : base (NativeMethods.panel_new (), true) {}
269 internal Panel (IntPtr raw, bool dropref) : base (raw, dropref) {}
272 partial class PasswordBox {
273 public PasswordBox () : base (NativeMethods.password_box_new (), true)
275 Initialize ();
277 internal PasswordBox (IntPtr raw, bool dropref) : base (raw, dropref)
279 Initialize ();
283 partial class RowDefinition {
284 public RowDefinition () : base (NativeMethods.row_definition_new (), true) {}
285 internal RowDefinition (IntPtr raw, bool dropref) : base (raw, dropref) {}
288 partial class RowDefinitionCollection {
289 internal RowDefinitionCollection () : base (NativeMethods.row_definition_collection_new (), true) {}
290 internal RowDefinitionCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
293 [ContentProperty ("Inlines")]
294 partial class TextBlock {
295 public TextBlock () : base (NativeMethods.text_block_new (), true) {}
296 internal TextBlock (IntPtr raw, bool dropref) : base (raw, dropref) {}
299 partial class TextBox {
300 public TextBox () : base (NativeMethods.text_box_new (), true)
302 Initialize ();
304 internal TextBox (IntPtr raw, bool dropref) : base (raw, dropref)
306 Initialize ();
310 partial class UIElementCollection {
311 internal UIElementCollection () : base (NativeMethods.uielement_collection_new (), true) {}
312 internal UIElementCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
315 [ContentProperty ("Content")]
316 partial class UserControl {
317 public UserControl () : base (NativeMethods.user_control_new (), true) {}
318 internal UserControl (IntPtr raw, bool dropref) : base (raw, dropref) {}
322 namespace System.Windows.Controls.Primitives {
323 [ContentProperty ("Child")]
324 partial class Popup {
325 public Popup () : base (NativeMethods.popup_new (), true)
327 Initialize ();
329 internal Popup (IntPtr raw, bool dropref) : base (raw, dropref)
331 Initialize ();
336 namespace System.Windows.Documents {
337 partial class Glyphs {
338 public Glyphs () : base (NativeMethods.glyphs_new (), true) {}
339 internal Glyphs (IntPtr raw, bool dropref) : base (raw, dropref) {}
342 partial class Inline {
343 protected Inline () : base (NativeMethods.inline_new (), true) {}
344 internal Inline (IntPtr raw, bool dropref) : base (raw, dropref) {}
347 partial class InlineCollection {
348 internal InlineCollection () : base (NativeMethods.inline_collection_new (), true) {}
349 internal InlineCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
352 partial class LineBreak {
353 public LineBreak () : base (NativeMethods.line_break_new (), true) {}
354 internal LineBreak (IntPtr raw, bool dropref) : base (raw, dropref) {}
357 [ContentProperty ("Text")]
358 partial class Run {
359 public Run () : base (NativeMethods.run_new (), true) {}
360 internal Run (IntPtr raw, bool dropref) : base (raw, dropref) {}
364 namespace System.Windows.Ink {
365 partial class DrawingAttributes {
366 public DrawingAttributes () : base (NativeMethods.drawing_attributes_new (), true) {}
367 internal DrawingAttributes (IntPtr raw, bool dropref) : base (raw, dropref) {}
370 partial class Stroke {
371 public Stroke () : base (NativeMethods.stroke_new (), true) {}
372 internal Stroke (IntPtr raw, bool dropref) : base (raw, dropref) {}
375 partial class StrokeCollection {
376 public StrokeCollection () : base (NativeMethods.stroke_collection_new (), true) {}
377 internal StrokeCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
381 namespace System.Windows.Input {
382 partial class InputMethod {
383 internal InputMethod () : base (NativeMethods.input_method_new (), true) {}
384 internal InputMethod (IntPtr raw, bool dropref) : base (raw, dropref) {}
387 partial class StylusInfo {
388 internal StylusInfo () : base (NativeMethods.stylus_info_new (), true) {}
389 internal StylusInfo (IntPtr raw, bool dropref) : base (raw, dropref) {}
392 partial class StylusPointCollection {
393 public StylusPointCollection () : base (NativeMethods.stylus_point_collection_new (), true) {}
394 internal StylusPointCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
398 namespace System.Windows.Media {
399 partial class ArcSegment {
400 public ArcSegment () : base (NativeMethods.arc_segment_new (), true) {}
401 internal ArcSegment (IntPtr raw, bool dropref) : base (raw, dropref) {}
404 partial class BezierSegment {
405 public BezierSegment () : base (NativeMethods.bezier_segment_new (), true) {}
406 internal BezierSegment (IntPtr raw, bool dropref) : base (raw, dropref) {}
409 partial class BitmapCache {
410 public BitmapCache () : base (NativeMethods.bitmap_cache_new (), true) {}
411 internal BitmapCache (IntPtr raw, bool dropref) : base (raw, dropref) {}
414 partial class Brush {
415 protected Brush () : base (NativeMethods.brush_new (), true) {}
416 internal Brush (IntPtr raw, bool dropref) : base (raw, dropref) {}
419 partial class CacheMode {
420 protected CacheMode () : base (NativeMethods.cache_mode_new (), true) {}
421 internal CacheMode (IntPtr raw, bool dropref) : base (raw, dropref) {}
424 partial class DeepZoomImageTileSource {
425 public DeepZoomImageTileSource () : base (NativeMethods.deep_zoom_image_tile_source_new (), true) {}
426 internal DeepZoomImageTileSource (IntPtr raw, bool dropref) : base (raw, dropref) {}
429 partial class DoubleCollection {
430 public DoubleCollection () : base (NativeMethods.double_collection_new (), true) {}
431 internal DoubleCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
434 partial class EllipseGeometry {
435 public EllipseGeometry () : base (NativeMethods.ellipse_geometry_new (), true) {}
436 internal EllipseGeometry (IntPtr raw, bool dropref) : base (raw, dropref) {}
439 partial class GeneralTransform {
440 internal GeneralTransform () : base (NativeMethods.general_transform_new (), true) {}
441 internal GeneralTransform (IntPtr raw, bool dropref) : base (raw, dropref) {}
444 partial class Geometry {
445 internal Geometry () : base (NativeMethods.geometry_new (), true) {}
446 internal Geometry (IntPtr raw, bool dropref) : base (raw, dropref) {}
449 partial class GeometryCollection {
450 public GeometryCollection () : base (NativeMethods.geometry_collection_new (), true) {}
451 internal GeometryCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
454 [ContentProperty ("Children")]
455 partial class GeometryGroup {
456 public GeometryGroup () : base (NativeMethods.geometry_group_new (), true) {}
457 internal GeometryGroup (IntPtr raw, bool dropref) : base (raw, dropref) {}
460 [ContentProperty ("GradientStops")]
461 partial class GradientBrush {
462 protected GradientBrush () : base (NativeMethods.gradient_brush_new (), true) {}
463 internal GradientBrush (IntPtr raw, bool dropref) : base (raw, dropref) {}
466 partial class GradientStop {
467 public GradientStop () : base (NativeMethods.gradient_stop_new (), true) {}
468 internal GradientStop (IntPtr raw, bool dropref) : base (raw, dropref) {}
471 partial class GradientStopCollection {
472 public GradientStopCollection () : base (NativeMethods.gradient_stop_collection_new (), true) {}
473 internal GradientStopCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
476 partial class ImageBrush {
477 public ImageBrush () : base (NativeMethods.image_brush_new (), true) {}
478 internal ImageBrush (IntPtr raw, bool dropref) : base (raw, dropref) {}
481 partial class ImageSource {
482 public ImageSource () : base (NativeMethods.image_source_new (), true) {}
483 internal ImageSource (IntPtr raw, bool dropref) : base (raw, dropref) {}
486 partial class LinearGradientBrush {
487 public LinearGradientBrush () : base (NativeMethods.linear_gradient_brush_new (), true) {}
488 internal LinearGradientBrush (IntPtr raw, bool dropref) : base (raw, dropref) {}
491 partial class LineGeometry {
492 public LineGeometry () : base (NativeMethods.line_geometry_new (), true) {}
493 internal LineGeometry (IntPtr raw, bool dropref) : base (raw, dropref) {}
496 partial class LineSegment {
497 public LineSegment () : base (NativeMethods.line_segment_new (), true) {}
498 internal LineSegment (IntPtr raw, bool dropref) : base (raw, dropref) {}
501 partial class Matrix3DProjection {
502 public Matrix3DProjection () : base (NativeMethods.matrix3_dprojection_new (), true) {}
503 internal Matrix3DProjection (IntPtr raw, bool dropref) : base (raw, dropref) {}
506 partial class MatrixTransform {
507 public MatrixTransform () : base (NativeMethods.matrix_transform_new (), true) {}
508 internal MatrixTransform (IntPtr raw, bool dropref) : base (raw, dropref) {}
511 partial class MediaAttribute {
512 public MediaAttribute () : base (NativeMethods.media_attribute_new (), true) {}
513 internal MediaAttribute (IntPtr raw, bool dropref) : base (raw, dropref) {}
516 partial class MediaAttributeCollection {
517 public MediaAttributeCollection () : base (NativeMethods.media_attribute_collection_new (), true) {}
518 internal MediaAttributeCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
521 partial class MultiScaleTileSource {
522 internal MultiScaleTileSource () : base (NativeMethods.multi_scale_tile_source_new (), true)
524 Initialize ();
526 internal MultiScaleTileSource (IntPtr raw, bool dropref) : base (raw, dropref)
528 Initialize ();
532 [ContentProperty ("Segments")]
533 partial class PathFigure {
534 public PathFigure () : base (NativeMethods.path_figure_new (), true) {}
535 internal PathFigure (IntPtr raw, bool dropref) : base (raw, dropref) {}
538 partial class PathFigureCollection {
539 public PathFigureCollection () : base (NativeMethods.path_figure_collection_new (), true) {}
540 internal PathFigureCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
543 [ContentProperty ("Figures")]
544 partial class PathGeometry {
545 public PathGeometry () : base (NativeMethods.path_geometry_new (), true) {}
546 internal PathGeometry (IntPtr raw, bool dropref) : base (raw, dropref) {}
549 partial class PathSegment {
550 internal PathSegment () : base (NativeMethods.path_segment_new (), true) {}
551 internal PathSegment (IntPtr raw, bool dropref) : base (raw, dropref) {}
554 partial class PathSegmentCollection {
555 public PathSegmentCollection () : base (NativeMethods.path_segment_collection_new (), true) {}
556 internal PathSegmentCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
559 partial class PlaneProjection {
560 public PlaneProjection () : base (NativeMethods.plane_projection_new (), true) {}
561 internal PlaneProjection (IntPtr raw, bool dropref) : base (raw, dropref) {}
564 partial class PointCollection {
565 public PointCollection () : base (NativeMethods.point_collection_new (), true) {}
566 internal PointCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
569 partial class PolyBezierSegment {
570 public PolyBezierSegment () : base (NativeMethods.poly_bezier_segment_new (), true) {}
571 internal PolyBezierSegment (IntPtr raw, bool dropref) : base (raw, dropref) {}
574 partial class PolyLineSegment {
575 public PolyLineSegment () : base (NativeMethods.poly_line_segment_new (), true) {}
576 internal PolyLineSegment (IntPtr raw, bool dropref) : base (raw, dropref) {}
579 partial class PolyQuadraticBezierSegment {
580 public PolyQuadraticBezierSegment () : base (NativeMethods.poly_quadratic_bezier_segment_new (), true) {}
581 internal PolyQuadraticBezierSegment (IntPtr raw, bool dropref) : base (raw, dropref) {}
584 partial class Projection {
585 public Projection () : base (NativeMethods.projection_new (), true) {}
586 internal Projection (IntPtr raw, bool dropref) : base (raw, dropref) {}
589 partial class QuadraticBezierSegment {
590 public QuadraticBezierSegment () : base (NativeMethods.quadratic_bezier_segment_new (), true) {}
591 internal QuadraticBezierSegment (IntPtr raw, bool dropref) : base (raw, dropref) {}
594 partial class RadialGradientBrush {
595 public RadialGradientBrush () : base (NativeMethods.radial_gradient_brush_new (), true) {}
596 internal RadialGradientBrush (IntPtr raw, bool dropref) : base (raw, dropref) {}
599 partial class RectangleGeometry {
600 public RectangleGeometry () : base (NativeMethods.rectangle_geometry_new (), true) {}
601 internal RectangleGeometry (IntPtr raw, bool dropref) : base (raw, dropref) {}
604 partial class RotateTransform {
605 public RotateTransform () : base (NativeMethods.rotate_transform_new (), true) {}
606 internal RotateTransform (IntPtr raw, bool dropref) : base (raw, dropref) {}
609 partial class ScaleTransform {
610 public ScaleTransform () : base (NativeMethods.scale_transform_new (), true) {}
611 internal ScaleTransform (IntPtr raw, bool dropref) : base (raw, dropref) {}
614 partial class SkewTransform {
615 public SkewTransform () : base (NativeMethods.skew_transform_new (), true) {}
616 internal SkewTransform (IntPtr raw, bool dropref) : base (raw, dropref) {}
619 partial class SolidColorBrush {
620 public SolidColorBrush () : base (NativeMethods.solid_color_brush_new (), true) {}
621 internal SolidColorBrush (IntPtr raw, bool dropref) : base (raw, dropref) {}
624 partial class TileBrush {
625 protected TileBrush () : base (NativeMethods.tile_brush_new (), true) {}
626 internal TileBrush (IntPtr raw, bool dropref) : base (raw, dropref) {}
629 partial class TimelineMarker {
630 public TimelineMarker () : base (NativeMethods.timeline_marker_new (), true) {}
631 internal TimelineMarker (IntPtr raw, bool dropref) : base (raw, dropref) {}
634 partial class TimelineMarkerCollection {
635 public TimelineMarkerCollection () : base (NativeMethods.timeline_marker_collection_new (), true) {}
636 internal TimelineMarkerCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
639 partial class Transform {
640 internal Transform () : base (NativeMethods.transform_new (), true) {}
641 internal Transform (IntPtr raw, bool dropref) : base (raw, dropref) {}
644 partial class TransformCollection {
645 public TransformCollection () : base (NativeMethods.transform_collection_new (), true) {}
646 internal TransformCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
649 [ContentProperty ("Children")]
650 partial class TransformGroup {
651 public TransformGroup () : base (NativeMethods.transform_group_new (), true) {}
652 internal TransformGroup (IntPtr raw, bool dropref) : base (raw, dropref) {}
655 partial class TranslateTransform {
656 public TranslateTransform () : base (NativeMethods.translate_transform_new (), true) {}
657 internal TranslateTransform (IntPtr raw, bool dropref) : base (raw, dropref) {}
660 partial class UnmanagedMatrix {
661 public UnmanagedMatrix () : base (NativeMethods.unmanaged_matrix_new (), true) {}
662 internal UnmanagedMatrix (IntPtr raw, bool dropref) : base (raw, dropref) {}
665 partial class VideoBrush {
666 public VideoBrush () : base (NativeMethods.video_brush_new (), true) {}
667 internal VideoBrush (IntPtr raw, bool dropref) : base (raw, dropref) {}
671 namespace System.Windows.Media.Animation {
672 partial class BackEase {
673 public BackEase () : base (NativeMethods.back_ease_new (), true) {}
674 internal BackEase (IntPtr raw, bool dropref) : base (raw, dropref) {}
677 [ContentProperty ("Storyboard")]
678 partial class BeginStoryboard {
679 public BeginStoryboard () : base (NativeMethods.begin_storyboard_new (), true) {}
680 internal BeginStoryboard (IntPtr raw, bool dropref) : base (raw, dropref) {}
683 partial class BounceEase {
684 public BounceEase () : base (NativeMethods.bounce_ease_new (), true) {}
685 internal BounceEase (IntPtr raw, bool dropref) : base (raw, dropref) {}
688 partial class CircleEase {
689 public CircleEase () : base (NativeMethods.circle_ease_new (), true) {}
690 internal CircleEase (IntPtr raw, bool dropref) : base (raw, dropref) {}
693 partial class ColorAnimation {
694 public ColorAnimation () : base (NativeMethods.color_animation_new (), true) {}
695 internal ColorAnimation (IntPtr raw, bool dropref) : base (raw, dropref) {}
698 [ContentProperty ("KeyFrames")]
699 partial class ColorAnimationUsingKeyFrames {
700 public ColorAnimationUsingKeyFrames () : base (NativeMethods.color_animation_using_key_frames_new (), true) {}
701 internal ColorAnimationUsingKeyFrames (IntPtr raw, bool dropref) : base (raw, dropref) {}
704 partial class ColorKeyFrame {
705 protected ColorKeyFrame () : base (NativeMethods.color_key_frame_new (), true) {}
706 internal ColorKeyFrame (IntPtr raw, bool dropref) : base (raw, dropref) {}
709 partial class ColorKeyFrameCollection {
710 public ColorKeyFrameCollection () : base (NativeMethods.color_key_frame_collection_new (), true) {}
711 internal ColorKeyFrameCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
714 partial class CubicEase {
715 public CubicEase () : base (NativeMethods.cubic_ease_new (), true) {}
716 internal CubicEase (IntPtr raw, bool dropref) : base (raw, dropref) {}
719 partial class DiscreteColorKeyFrame {
720 public DiscreteColorKeyFrame () : base (NativeMethods.discrete_color_key_frame_new (), true) {}
721 internal DiscreteColorKeyFrame (IntPtr raw, bool dropref) : base (raw, dropref) {}
724 partial class DiscreteDoubleKeyFrame {
725 public DiscreteDoubleKeyFrame () : base (NativeMethods.discrete_double_key_frame_new (), true) {}
726 internal DiscreteDoubleKeyFrame (IntPtr raw, bool dropref) : base (raw, dropref) {}
729 partial class DiscreteObjectKeyFrame {
730 public DiscreteObjectKeyFrame () : base (NativeMethods.discrete_object_key_frame_new (), true) {}
731 internal DiscreteObjectKeyFrame (IntPtr raw, bool dropref) : base (raw, dropref) {}
734 partial class DiscretePointKeyFrame {
735 public DiscretePointKeyFrame () : base (NativeMethods.discrete_point_key_frame_new (), true) {}
736 internal DiscretePointKeyFrame (IntPtr raw, bool dropref) : base (raw, dropref) {}
739 partial class DoubleAnimation {
740 public DoubleAnimation () : base (NativeMethods.double_animation_new (), true) {}
741 internal DoubleAnimation (IntPtr raw, bool dropref) : base (raw, dropref) {}
744 [ContentProperty ("KeyFrames")]
745 partial class DoubleAnimationUsingKeyFrames {
746 public DoubleAnimationUsingKeyFrames () : base (NativeMethods.double_animation_using_key_frames_new (), true) {}
747 internal DoubleAnimationUsingKeyFrames (IntPtr raw, bool dropref) : base (raw, dropref) {}
750 partial class DoubleKeyFrame {
751 protected DoubleKeyFrame () : base (NativeMethods.double_key_frame_new (), true) {}
752 internal DoubleKeyFrame (IntPtr raw, bool dropref) : base (raw, dropref) {}
755 partial class DoubleKeyFrameCollection {
756 public DoubleKeyFrameCollection () : base (NativeMethods.double_key_frame_collection_new (), true) {}
757 internal DoubleKeyFrameCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
760 partial class EasingColorKeyFrame {
761 public EasingColorKeyFrame () : base (NativeMethods.easing_color_key_frame_new (), true) {}
762 internal EasingColorKeyFrame (IntPtr raw, bool dropref) : base (raw, dropref) {}
765 partial class EasingDoubleKeyFrame {
766 public EasingDoubleKeyFrame () : base (NativeMethods.easing_double_key_frame_new (), true) {}
767 internal EasingDoubleKeyFrame (IntPtr raw, bool dropref) : base (raw, dropref) {}
770 partial class EasingFunctionBase {
771 public EasingFunctionBase () : base (NativeMethods.easing_function_base_new (), true)
773 Initialize ();
775 internal EasingFunctionBase (IntPtr raw, bool dropref) : base (raw, dropref)
777 Initialize ();
781 partial class EasingPointKeyFrame {
782 public EasingPointKeyFrame () : base (NativeMethods.easing_point_key_frame_new (), true) {}
783 internal EasingPointKeyFrame (IntPtr raw, bool dropref) : base (raw, dropref) {}
786 partial class ElasticEase {
787 public ElasticEase () : base (NativeMethods.elastic_ease_new (), true) {}
788 internal ElasticEase (IntPtr raw, bool dropref) : base (raw, dropref) {}
791 partial class ExponentialEase {
792 public ExponentialEase () : base (NativeMethods.exponential_ease_new (), true) {}
793 internal ExponentialEase (IntPtr raw, bool dropref) : base (raw, dropref) {}
796 partial class KeySpline {
797 public KeySpline () : base (NativeMethods.key_spline_new (), true) {}
798 internal KeySpline (IntPtr raw, bool dropref) : base (raw, dropref) {}
801 partial class LinearColorKeyFrame {
802 public LinearColorKeyFrame () : base (NativeMethods.linear_color_key_frame_new (), true) {}
803 internal LinearColorKeyFrame (IntPtr raw, bool dropref) : base (raw, dropref) {}
806 partial class LinearDoubleKeyFrame {
807 public LinearDoubleKeyFrame () : base (NativeMethods.linear_double_key_frame_new (), true) {}
808 internal LinearDoubleKeyFrame (IntPtr raw, bool dropref) : base (raw, dropref) {}
811 partial class LinearPointKeyFrame {
812 public LinearPointKeyFrame () : base (NativeMethods.linear_point_key_frame_new (), true) {}
813 internal LinearPointKeyFrame (IntPtr raw, bool dropref) : base (raw, dropref) {}
816 [ContentProperty ("KeyFrames")]
817 partial class ObjectAnimationUsingKeyFrames {
818 public ObjectAnimationUsingKeyFrames () : base (NativeMethods.object_animation_using_key_frames_new (), true) {}
819 internal ObjectAnimationUsingKeyFrames (IntPtr raw, bool dropref) : base (raw, dropref) {}
822 partial class ObjectKeyFrame {
823 protected ObjectKeyFrame () : base (NativeMethods.object_key_frame_new (), true) {}
824 internal ObjectKeyFrame (IntPtr raw, bool dropref) : base (raw, dropref) {}
827 partial class ObjectKeyFrameCollection {
828 public ObjectKeyFrameCollection () : base (NativeMethods.object_key_frame_collection_new (), true) {}
829 internal ObjectKeyFrameCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
832 partial class PointAnimation {
833 public PointAnimation () : base (NativeMethods.point_animation_new (), true) {}
834 internal PointAnimation (IntPtr raw, bool dropref) : base (raw, dropref) {}
837 [ContentProperty ("KeyFrames")]
838 partial class PointAnimationUsingKeyFrames {
839 public PointAnimationUsingKeyFrames () : base (NativeMethods.point_animation_using_key_frames_new (), true) {}
840 internal PointAnimationUsingKeyFrames (IntPtr raw, bool dropref) : base (raw, dropref) {}
843 partial class PointKeyFrame {
844 protected PointKeyFrame () : base (NativeMethods.point_key_frame_new (), true) {}
845 internal PointKeyFrame (IntPtr raw, bool dropref) : base (raw, dropref) {}
848 partial class PointKeyFrameCollection {
849 public PointKeyFrameCollection () : base (NativeMethods.point_key_frame_collection_new (), true) {}
850 internal PointKeyFrameCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
853 partial class PowerEase {
854 public PowerEase () : base (NativeMethods.power_ease_new (), true) {}
855 internal PowerEase (IntPtr raw, bool dropref) : base (raw, dropref) {}
858 partial class QuadraticEase {
859 public QuadraticEase () : base (NativeMethods.quadratic_ease_new (), true) {}
860 internal QuadraticEase (IntPtr raw, bool dropref) : base (raw, dropref) {}
863 partial class QuarticEase {
864 public QuarticEase () : base (NativeMethods.quartic_ease_new (), true) {}
865 internal QuarticEase (IntPtr raw, bool dropref) : base (raw, dropref) {}
868 partial class QuinticEase {
869 public QuinticEase () : base (NativeMethods.quintic_ease_new (), true) {}
870 internal QuinticEase (IntPtr raw, bool dropref) : base (raw, dropref) {}
873 partial class SineEase {
874 public SineEase () : base (NativeMethods.sine_ease_new (), true) {}
875 internal SineEase (IntPtr raw, bool dropref) : base (raw, dropref) {}
878 partial class SplineColorKeyFrame {
879 public SplineColorKeyFrame () : base (NativeMethods.spline_color_key_frame_new (), true) {}
880 internal SplineColorKeyFrame (IntPtr raw, bool dropref) : base (raw, dropref) {}
883 partial class SplineDoubleKeyFrame {
884 public SplineDoubleKeyFrame () : base (NativeMethods.spline_double_key_frame_new (), true) {}
885 internal SplineDoubleKeyFrame (IntPtr raw, bool dropref) : base (raw, dropref) {}
888 partial class SplinePointKeyFrame {
889 public SplinePointKeyFrame () : base (NativeMethods.spline_point_key_frame_new (), true) {}
890 internal SplinePointKeyFrame (IntPtr raw, bool dropref) : base (raw, dropref) {}
893 [ContentProperty ("Children")]
894 partial class Storyboard {
895 public Storyboard () : base (NativeMethods.storyboard_new (), true) {}
896 internal Storyboard (IntPtr raw, bool dropref) : base (raw, dropref) {}
899 partial class Timeline {
900 protected Timeline () : base (NativeMethods.timeline_new (), true) {}
901 internal Timeline (IntPtr raw, bool dropref) : base (raw, dropref) {}
904 partial class TimelineCollection {
905 public TimelineCollection () : base (NativeMethods.timeline_collection_new (), true) {}
906 internal TimelineCollection (IntPtr raw, bool dropref) : base (raw, dropref) {}
910 namespace System.Windows.Media.Effects {
911 partial class BlurEffect {
912 public BlurEffect () : base (NativeMethods.blur_effect_new (), true) {}
913 internal BlurEffect (IntPtr raw, bool dropref) : base (raw, dropref) {}
916 partial class DropShadowEffect {
917 public DropShadowEffect () : base (NativeMethods.drop_shadow_effect_new (), true) {}
918 internal DropShadowEffect (IntPtr raw, bool dropref) : base (raw, dropref) {}
921 partial class Effect {
922 protected Effect () : base (NativeMethods.effect_new (), true) {}
923 internal Effect (IntPtr raw, bool dropref) : base (raw, dropref) {}
926 partial class PixelShader {
927 public PixelShader () : base (NativeMethods.pixel_shader_new (), true) {}
928 internal PixelShader (IntPtr raw, bool dropref) : base (raw, dropref) {}
931 partial class ShaderEffect {
932 public ShaderEffect () : base (NativeMethods.shader_effect_new (), true) {}
933 internal ShaderEffect (IntPtr raw, bool dropref) : base (raw, dropref) {}
937 namespace System.Windows.Media.Imaging {
938 partial class BitmapImage {
939 public BitmapImage () : base (NativeMethods.bitmap_image_new (), true) {}
940 internal BitmapImage (IntPtr raw, bool dropref) : base (raw, dropref) {}
943 partial class BitmapSource {
944 public BitmapSource () : base (NativeMethods.bitmap_source_new (), true) {}
945 internal BitmapSource (IntPtr raw, bool dropref) : base (raw, dropref) {}
948 partial class WriteableBitmap {
949 public WriteableBitmap () : base (NativeMethods.writeable_bitmap_new (), true) {}
950 internal WriteableBitmap (IntPtr raw, bool dropref) : base (raw, dropref) {}
954 namespace System.Windows.Media3D {
955 partial class UnmanagedMatrix3D {
956 public UnmanagedMatrix3D () : base (NativeMethods.unmanaged_matrix3_d_new (), true) {}
957 internal UnmanagedMatrix3D (IntPtr raw, bool dropref) : base (raw, dropref) {}
961 namespace System.Windows.Shapes {
962 partial class Ellipse {
963 public Ellipse () : base (NativeMethods.ellipse_new (), true) {}
964 internal Ellipse (IntPtr raw, bool dropref) : base (raw, dropref) {}
967 partial class Line {
968 public Line () : base (NativeMethods.line_new (), true) {}
969 internal Line (IntPtr raw, bool dropref) : base (raw, dropref) {}
972 partial class Path {
973 public Path () : base (NativeMethods.path_new (), true) {}
974 internal Path (IntPtr raw, bool dropref) : base (raw, dropref) {}
977 partial class Polygon {
978 public Polygon () : base (NativeMethods.polygon_new (), true) {}
979 internal Polygon (IntPtr raw, bool dropref) : base (raw, dropref) {}
982 partial class Polyline {
983 public Polyline () : base (NativeMethods.polyline_new (), true) {}
984 internal Polyline (IntPtr raw, bool dropref) : base (raw, dropref) {}
987 partial class Rectangle {
988 public Rectangle () : base (NativeMethods.rectangle_new (), true) {}
989 internal Rectangle (IntPtr raw, bool dropref) : base (raw, dropref) {}
992 partial class Shape {
993 protected Shape () : base (NativeMethods.shape_new (), true) {}
994 internal Shape (IntPtr raw, bool dropref) : base (raw, dropref) {}