stub out the Projection classes as well as duplicating the disgusting hack used for...
[moon.git] / class / System.Windows / System.Windows / DependencyProperty.g.cs
blob20c759bb7bdb5f939c9538860e00bb4ab3a14f21
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.Media.Effects;
18 using System.Windows.Shapes;
20 namespace System.Windows {
21 partial class AssemblyPart {
22 public static readonly DependencyProperty SourceProperty = DependencyProperty.Lookup (Kind.ASSEMBLYPART, "Source", typeof (string));
24 public string Source {
25 get { return (string) GetValue (SourceProperty); }
26 set { SetValue (SourceProperty, value); }
30 partial class Deployment {
31 public static readonly DependencyProperty EntryPointAssemblyProperty = DependencyProperty.Lookup (Kind.DEPLOYMENT, "EntryPointAssembly", typeof (string));
32 public static readonly DependencyProperty EntryPointTypeProperty = DependencyProperty.Lookup (Kind.DEPLOYMENT, "EntryPointType", typeof (string));
33 public static readonly DependencyProperty ExternalCallersFromCrossDomainProperty = DependencyProperty.Lookup (Kind.DEPLOYMENT, "ExternalCallersFromCrossDomain", typeof (CrossDomainAccess));
34 public static readonly DependencyProperty ExternalPartsProperty = DependencyProperty.Lookup (Kind.DEPLOYMENT, "ExternalParts", typeof (ExternalPartCollection));
35 public static readonly DependencyProperty OutOfBrowserSettingsProperty = DependencyProperty.Lookup (Kind.DEPLOYMENT, "OutOfBrowserSettings", typeof (OutOfBrowserSettings));
36 public static readonly DependencyProperty PartsProperty = DependencyProperty.Lookup (Kind.DEPLOYMENT, "Parts", typeof (AssemblyPartCollection));
37 public static readonly DependencyProperty RuntimeVersionProperty = DependencyProperty.Lookup (Kind.DEPLOYMENT, "RuntimeVersion", typeof (string));
39 public string EntryPointAssembly {
40 get { return (string) GetValue (EntryPointAssemblyProperty); }
41 internal set { SetValue (EntryPointAssemblyProperty, value); }
44 public string EntryPointType {
45 get { return (string) GetValue (EntryPointTypeProperty); }
46 internal set { SetValue (EntryPointTypeProperty, value); }
49 public CrossDomainAccess ExternalCallersFromCrossDomain {
50 get { return (CrossDomainAccess) GetValue (ExternalCallersFromCrossDomainProperty); }
51 internal set { SetValue (ExternalCallersFromCrossDomainProperty, value); }
54 public ExternalPartCollection ExternalParts {
55 get { return (ExternalPartCollection) GetValue (ExternalPartsProperty); }
56 internal set { SetValue (ExternalPartsProperty, value); }
59 public OutOfBrowserSettings OutOfBrowserSettings {
60 get { return (OutOfBrowserSettings) GetValue (OutOfBrowserSettingsProperty); }
61 internal set { SetValue (OutOfBrowserSettingsProperty, value); }
64 public AssemblyPartCollection Parts {
65 get { return (AssemblyPartCollection) GetValue (PartsProperty); }
66 internal set { SetValue (PartsProperty, value); }
69 public string RuntimeVersion {
70 get { return (string) GetValue (RuntimeVersionProperty); }
71 internal set { SetValue (RuntimeVersionProperty, value); }
75 partial class EventTrigger {
76 internal static readonly DependencyProperty ActionsProperty = DependencyProperty.Lookup (Kind.EVENTTRIGGER, "Actions", typeof (TriggerActionCollection));
77 internal static readonly DependencyProperty RoutedEventProperty = DependencyProperty.Lookup (Kind.EVENTTRIGGER, "RoutedEvent", typeof (RoutedEvent));
79 public TriggerActionCollection Actions {
80 get { return (TriggerActionCollection) GetValue (ActionsProperty); }
81 internal set { SetValue (ActionsProperty, value); }
84 public RoutedEvent RoutedEvent {
85 get { return (RoutedEvent) GetValue (RoutedEventProperty); }
86 set { SetValue (RoutedEventProperty, value); }
90 partial class ExtensionPart {
91 public static readonly DependencyProperty SourceProperty = DependencyProperty.Lookup (Kind.EXTENSIONPART, "Source", typeof (Uri));
93 public Uri Source {
94 get { return (Uri) GetValue (SourceProperty); }
95 set { SetValue (SourceProperty, value); }
99 partial class FrameworkElement {
100 public static readonly DependencyProperty ActualHeightProperty = DependencyProperty.Lookup (Kind.FRAMEWORKELEMENT, "ActualHeight", typeof (double));
101 public static readonly DependencyProperty ActualWidthProperty = DependencyProperty.Lookup (Kind.FRAMEWORKELEMENT, "ActualWidth", typeof (double));
102 internal static readonly DependencyProperty CursorProperty = DependencyProperty.Lookup (Kind.UIELEMENT, "Cursor", typeof (Cursor));
103 public static readonly DependencyProperty DataContextProperty = DependencyProperty.Lookup (Kind.FRAMEWORKELEMENT, "DataContext", typeof (object));
104 public static readonly DependencyProperty HeightProperty = DependencyProperty.Lookup (Kind.FRAMEWORKELEMENT, "Height", typeof (double));
105 public static readonly DependencyProperty HorizontalAlignmentProperty = DependencyProperty.Lookup (Kind.FRAMEWORKELEMENT, "HorizontalAlignment", typeof (HorizontalAlignment));
106 public static readonly DependencyProperty LanguageProperty = DependencyProperty.Lookup (Kind.FRAMEWORKELEMENT, "Language", typeof (XmlLanguage));
107 public static readonly DependencyProperty MarginProperty = DependencyProperty.Lookup (Kind.FRAMEWORKELEMENT, "Margin", typeof (Thickness));
108 public static readonly DependencyProperty MaxHeightProperty = DependencyProperty.Lookup (Kind.FRAMEWORKELEMENT, "MaxHeight", typeof (double));
109 public static readonly DependencyProperty MaxWidthProperty = DependencyProperty.Lookup (Kind.FRAMEWORKELEMENT, "MaxWidth", typeof (double));
110 public static readonly DependencyProperty MinHeightProperty = DependencyProperty.Lookup (Kind.FRAMEWORKELEMENT, "MinHeight", typeof (double));
111 public static readonly DependencyProperty MinWidthProperty = DependencyProperty.Lookup (Kind.FRAMEWORKELEMENT, "MinWidth", typeof (double));
112 public static readonly DependencyProperty NameProperty = DependencyProperty.Lookup (Kind.DEPENDENCY_OBJECT, "Name", typeof (string));
113 internal static readonly DependencyProperty ResourcesProperty = DependencyProperty.Lookup (Kind.UIELEMENT, "Resources", typeof (ResourceDictionary));
114 public static readonly DependencyProperty StyleProperty = DependencyProperty.Lookup (Kind.FRAMEWORKELEMENT, "Style", typeof (Style));
115 public static readonly DependencyProperty TagProperty = DependencyProperty.Lookup (Kind.UIELEMENT, "Tag", typeof (object));
116 internal static readonly DependencyProperty TriggersProperty = DependencyProperty.Lookup (Kind.UIELEMENT, "Triggers", typeof (TriggerCollection));
117 public static readonly DependencyProperty VerticalAlignmentProperty = DependencyProperty.Lookup (Kind.FRAMEWORKELEMENT, "VerticalAlignment", typeof (VerticalAlignment));
118 public static readonly DependencyProperty WidthProperty = DependencyProperty.Lookup (Kind.FRAMEWORKELEMENT, "Width", typeof (double));
120 public double ActualHeight {
121 get { return (double) GetValue (ActualHeightProperty); }
124 public double ActualWidth {
125 get { return (double) GetValue (ActualWidthProperty); }
128 public Cursor Cursor {
129 get { return (Cursor) GetValue (CursorProperty); }
130 set { SetValue (CursorProperty, value); }
133 public object DataContext {
134 get { return (object) GetValue (DataContextProperty); }
135 set { SetValue (DataContextProperty, value); }
138 public double Height {
139 get { return (double) GetValue (HeightProperty); }
140 set { SetValue (HeightProperty, value); }
143 public HorizontalAlignment HorizontalAlignment {
144 get { return (HorizontalAlignment) GetValue (HorizontalAlignmentProperty); }
145 set { SetValue (HorizontalAlignmentProperty, value); }
148 public XmlLanguage Language {
149 get { return (XmlLanguage) GetValue (LanguageProperty); }
150 set { SetValue (LanguageProperty, value); }
153 public Thickness Margin {
154 get { return (Thickness) GetValue (MarginProperty); }
155 set { SetValue (MarginProperty, value); }
158 public double MaxHeight {
159 get { return (double) GetValue (MaxHeightProperty); }
160 set { SetValue (MaxHeightProperty, value); }
163 public double MaxWidth {
164 get { return (double) GetValue (MaxWidthProperty); }
165 set { SetValue (MaxWidthProperty, value); }
168 public double MinHeight {
169 get { return (double) GetValue (MinHeightProperty); }
170 set { SetValue (MinHeightProperty, value); }
173 public double MinWidth {
174 get { return (double) GetValue (MinWidthProperty); }
175 set { SetValue (MinWidthProperty, value); }
178 public string Name {
179 get { return (string) GetValue (NameProperty); }
180 set { SetValue (NameProperty, value); }
183 public ResourceDictionary Resources {
184 get { return (ResourceDictionary) GetValue (ResourcesProperty); }
185 internal set { SetValue (ResourcesProperty, value); }
188 public Style Style {
189 get { return (Style) GetValue (StyleProperty); }
190 set { SetValue (StyleProperty, value); }
193 public object Tag {
194 get { return (object) GetValue (TagProperty); }
195 set { SetValue (TagProperty, value); }
198 public TriggerCollection Triggers {
199 get { return (TriggerCollection) GetValue (TriggersProperty); }
200 internal set { SetValue (TriggersProperty, value); }
203 public VerticalAlignment VerticalAlignment {
204 get { return (VerticalAlignment) GetValue (VerticalAlignmentProperty); }
205 set { SetValue (VerticalAlignmentProperty, value); }
208 public double Width {
209 get { return (double) GetValue (WidthProperty); }
210 set { SetValue (WidthProperty, value); }
214 partial class Icon {
215 public static readonly DependencyProperty SizeProperty = DependencyProperty.Lookup (Kind.ICON, "Size", typeof (Size));
216 public static readonly DependencyProperty SourceProperty = DependencyProperty.Lookup (Kind.ICON, "Source", typeof (Uri));
218 public Size Size {
219 get { return (Size) GetValue (SizeProperty); }
220 set { SetValue (SizeProperty, value); }
223 public Uri Source {
224 get { return (Uri) GetValue (SourceProperty); }
225 set { SetValue (SourceProperty, value); }
229 partial class OutOfBrowserSettings {
230 public static readonly DependencyProperty BlurbProperty = DependencyProperty.Lookup (Kind.OUTOFBROWSERSETTINGS, "Blurb", typeof (string));
231 public static readonly DependencyProperty EnableGPUAccelerationProperty = DependencyProperty.Lookup (Kind.OUTOFBROWSERSETTINGS, "EnableGPUAcceleration", typeof (bool));
232 public static readonly DependencyProperty IconsProperty = DependencyProperty.Lookup (Kind.OUTOFBROWSERSETTINGS, "Icons", typeof (IconCollection));
233 public static readonly DependencyProperty ShortNameProperty = DependencyProperty.Lookup (Kind.OUTOFBROWSERSETTINGS, "ShortName", typeof (string));
234 public static readonly DependencyProperty ShowInstallMenuItemProperty = DependencyProperty.Lookup (Kind.OUTOFBROWSERSETTINGS, "ShowInstallMenuItem", typeof (bool));
235 public static readonly DependencyProperty WindowSettingsProperty = DependencyProperty.Lookup (Kind.OUTOFBROWSERSETTINGS, "WindowSettings", typeof (WindowSettings));
237 public string Blurb {
238 get { return (string) GetValue (BlurbProperty); }
239 set { SetValue (BlurbProperty, value); }
242 public bool EnableGPUAcceleration {
243 get { return (bool) GetValue (EnableGPUAccelerationProperty); }
244 set { SetValue (EnableGPUAccelerationProperty, value); }
247 public IconCollection Icons {
248 get { return (IconCollection) GetValue (IconsProperty); }
249 internal set { SetValue (IconsProperty, value); }
252 public string ShortName {
253 get { return (string) GetValue (ShortNameProperty); }
254 set { SetValue (ShortNameProperty, value); }
257 public bool ShowInstallMenuItem {
258 get { return (bool) GetValue (ShowInstallMenuItemProperty); }
259 set { SetValue (ShowInstallMenuItemProperty, value); }
262 public WindowSettings WindowSettings {
263 get { return (WindowSettings) GetValue (WindowSettingsProperty); }
264 internal set { SetValue (WindowSettingsProperty, value); }
268 partial class ResourceDictionary {
269 internal static readonly DependencyProperty MergedDictionariesProperty = DependencyProperty.Lookup (Kind.RESOURCE_DICTIONARY, "MergedDictionaries", typeof (PresentationFrameworkCollection<ResourceDictionary>));
271 public PresentationFrameworkCollection<ResourceDictionary> MergedDictionaries {
272 get { return (PresentationFrameworkCollection<ResourceDictionary>) GetValue (MergedDictionariesProperty); }
273 internal set { SetValue (MergedDictionariesProperty, value); }
277 partial class SetterBase {
278 public static readonly DependencyProperty IsSealedProperty = DependencyProperty.Lookup (Kind.SETTERBASE, "IsSealed", typeof (bool));
280 public bool IsSealed {
281 get { return (bool) GetValue (IsSealedProperty); }
282 internal set { SetValue (IsSealedProperty, value); }
286 partial class SetterBaseCollection {
287 public static readonly DependencyProperty IsSealedProperty = DependencyProperty.Lookup (Kind.SETTERBASE_COLLECTION, "IsSealed", typeof (bool));
289 public bool IsSealed {
290 get { return (bool) GetValue (IsSealedProperty); }
291 private set { SetValue (IsSealedProperty, value); }
295 partial class Style {
296 internal static readonly DependencyProperty IsSealedProperty = DependencyProperty.Lookup (Kind.STYLE, "IsSealed", typeof (bool));
297 private static readonly DependencyProperty SettersProperty = DependencyProperty.Lookup (Kind.STYLE, "Setters", typeof (SetterBaseCollection));
298 internal static readonly DependencyProperty TargetTypeProperty = DependencyProperty.Lookup (Kind.STYLE, "TargetType", typeof (System.Type));
300 public bool IsSealed {
301 get { return (bool) GetValue (IsSealedProperty); }
302 private set { SetValue (IsSealedProperty, value); }
305 public SetterBaseCollection Setters {
306 get { return (SetterBaseCollection) GetValue (SettersProperty); }
307 private set { SetValue (SettersProperty, value); }
310 public System.Type TargetType {
311 get { return (System.Type) GetValue (TargetTypeProperty); }
312 set { SetValue (TargetTypeProperty, value); }
316 partial class UIElement {
317 public static readonly DependencyProperty CacheModeProperty = DependencyProperty.Lookup (Kind.UIELEMENT, "CacheMode", typeof (CacheMode));
318 public static readonly DependencyProperty ClipProperty = DependencyProperty.Lookup (Kind.UIELEMENT, "Clip", typeof (Geometry));
319 public static readonly DependencyProperty EffectProperty = DependencyProperty.Lookup (Kind.UIELEMENT, "Effect", typeof (Effect));
320 public static readonly DependencyProperty IsHitTestVisibleProperty = DependencyProperty.Lookup (Kind.UIELEMENT, "IsHitTestVisible", typeof (bool));
321 public static readonly DependencyProperty OpacityMaskProperty = DependencyProperty.Lookup (Kind.UIELEMENT, "OpacityMask", typeof (Brush));
322 public static readonly DependencyProperty OpacityProperty = DependencyProperty.Lookup (Kind.UIELEMENT, "Opacity", typeof (double));
323 public static readonly DependencyProperty ProjectionProperty = DependencyProperty.Lookup (Kind.UIELEMENT, "Projection", typeof (Projection));
324 public static readonly DependencyProperty RenderTransformOriginProperty = DependencyProperty.Lookup (Kind.UIELEMENT, "RenderTransformOrigin", typeof (Point));
325 public static readonly DependencyProperty RenderTransformProperty = DependencyProperty.Lookup (Kind.UIELEMENT, "RenderTransform", typeof (Transform));
326 public static readonly DependencyProperty UseLayoutRoundingProperty = DependencyProperty.Lookup (Kind.UIELEMENT, "UseLayoutRounding", typeof (bool));
327 public static readonly DependencyProperty VisibilityProperty = DependencyProperty.Lookup (Kind.UIELEMENT, "Visibility", typeof (Visibility));
329 public CacheMode CacheMode {
330 get { return (CacheMode) GetValue (CacheModeProperty); }
331 set { SetValue (CacheModeProperty, value); }
334 public Geometry Clip {
335 get { return (Geometry) GetValue (ClipProperty); }
336 set { SetValue (ClipProperty, value); }
339 public Effect Effect {
340 get { return (Effect) GetValue (EffectProperty); }
341 set { SetValue (EffectProperty, value); }
344 public bool IsHitTestVisible {
345 get { return (bool) GetValue (IsHitTestVisibleProperty); }
346 set { SetValue (IsHitTestVisibleProperty, value); }
349 public Brush OpacityMask {
350 get { return (Brush) GetValue (OpacityMaskProperty); }
351 set { SetValue (OpacityMaskProperty, value); }
354 public double Opacity {
355 get { return (double) GetValue (OpacityProperty); }
356 set { SetValue (OpacityProperty, value); }
359 public Projection Projection {
360 get { return (Projection) GetValue (ProjectionProperty); }
361 set { SetValue (ProjectionProperty, value); }
364 public Point RenderTransformOrigin {
365 get { return (Point) GetValue (RenderTransformOriginProperty); }
366 set { SetValue (RenderTransformOriginProperty, value); }
369 public bool UseLayoutRounding {
370 get { return (bool) GetValue (UseLayoutRoundingProperty); }
371 set { SetValue (UseLayoutRoundingProperty, value); }
374 public Visibility Visibility {
375 get { return (Visibility) GetValue (VisibilityProperty); }
376 set { SetValue (VisibilityProperty, value); }
380 partial class WindowSettings {
381 public static readonly DependencyProperty HeightProperty = DependencyProperty.Lookup (Kind.WINDOWSETTINGS, "Height", typeof (string));
382 public static readonly DependencyProperty TitleProperty = DependencyProperty.Lookup (Kind.WINDOWSETTINGS, "Title", typeof (string));
383 public static readonly DependencyProperty WidthProperty = DependencyProperty.Lookup (Kind.WINDOWSETTINGS, "Width", typeof (string));
385 public string Height {
386 get { return (string) GetValue (HeightProperty); }
387 set { SetValue (HeightProperty, value); }
390 public string Title {
391 get { return (string) GetValue (TitleProperty); }
392 set { SetValue (TitleProperty, value); }
395 public string Width {
396 get { return (string) GetValue (WidthProperty); }
397 set { SetValue (WidthProperty, value); }
402 namespace System.Windows.Controls {
403 partial class Border {
404 public static readonly DependencyProperty BackgroundProperty = DependencyProperty.Lookup (Kind.BORDER, "Background", typeof (Brush));
405 public static readonly DependencyProperty BorderBrushProperty = DependencyProperty.Lookup (Kind.BORDER, "BorderBrush", typeof (Brush));
406 public static readonly DependencyProperty BorderThicknessProperty = DependencyProperty.Lookup (Kind.BORDER, "BorderThickness", typeof (Thickness));
407 internal static readonly DependencyProperty ChildProperty = DependencyProperty.Lookup (Kind.BORDER, "Child", typeof (UIElement));
408 public static readonly DependencyProperty CornerRadiusProperty = DependencyProperty.Lookup (Kind.BORDER, "CornerRadius", typeof (CornerRadius));
409 public static readonly DependencyProperty PaddingProperty = DependencyProperty.Lookup (Kind.BORDER, "Padding", typeof (Thickness));
411 public Brush Background {
412 get { return (Brush) GetValue (BackgroundProperty); }
413 set { SetValue (BackgroundProperty, value); }
416 public Brush BorderBrush {
417 get { return (Brush) GetValue (BorderBrushProperty); }
418 set { SetValue (BorderBrushProperty, value); }
421 public Thickness BorderThickness {
422 get { return (Thickness) GetValue (BorderThicknessProperty); }
423 set { SetValue (BorderThicknessProperty, value); }
426 public UIElement Child {
427 get { return (UIElement) GetValue (ChildProperty); }
428 set { SetValue (ChildProperty, value); }
431 public CornerRadius CornerRadius {
432 get { return (CornerRadius) GetValue (CornerRadiusProperty); }
433 set { SetValue (CornerRadiusProperty, value); }
436 public Thickness Padding {
437 get { return (Thickness) GetValue (PaddingProperty); }
438 set { SetValue (PaddingProperty, value); }
442 partial class Canvas {
443 public static readonly DependencyProperty LeftProperty = DependencyProperty.Lookup (Kind.CANVAS, "Left", typeof (double));
444 public static readonly DependencyProperty TopProperty = DependencyProperty.Lookup (Kind.CANVAS, "Top", typeof (double));
445 public static readonly DependencyProperty ZIndexProperty = DependencyProperty.Lookup (Kind.CANVAS, "ZIndex", typeof (int));
448 partial class ColumnDefinition {
449 private static readonly DependencyProperty ActualWidthProperty = DependencyProperty.Lookup (Kind.COLUMNDEFINITION, "ActualWidth", typeof (double));
450 public static readonly DependencyProperty MaxWidthProperty = DependencyProperty.Lookup (Kind.COLUMNDEFINITION, "MaxWidth", typeof (double));
451 public static readonly DependencyProperty MinWidthProperty = DependencyProperty.Lookup (Kind.COLUMNDEFINITION, "MinWidth", typeof (double));
452 public static readonly DependencyProperty WidthProperty = DependencyProperty.Lookup (Kind.COLUMNDEFINITION, "Width", typeof (GridLength));
454 public double ActualWidth {
455 get { return (double) GetValue (ActualWidthProperty); }
456 private set { SetValue (ActualWidthProperty, value); }
459 public double MaxWidth {
460 get { return (double) GetValue (MaxWidthProperty); }
461 set { SetValue (MaxWidthProperty, value); }
464 public double MinWidth {
465 get { return (double) GetValue (MinWidthProperty); }
466 set { SetValue (MinWidthProperty, value); }
469 public GridLength Width {
470 get { return (GridLength) GetValue (WidthProperty); }
471 set { SetValue (WidthProperty, value); }
475 partial class ContentControl {
476 public static readonly DependencyProperty ContentProperty = DependencyProperty.Lookup (Kind.CONTENTCONTROL, "Content", typeof (object));
477 public static readonly DependencyProperty ContentTemplateProperty = DependencyProperty.Lookup (Kind.CONTENTCONTROL, "ContentTemplate", typeof (DataTemplate));
479 public object Content {
480 get { return (object) GetValue (ContentProperty); }
481 set { SetValue (ContentProperty, value); }
484 public DataTemplate ContentTemplate {
485 get { return (DataTemplate) GetValue (ContentTemplateProperty); }
486 set { SetValue (ContentTemplateProperty, value); }
490 partial class Control {
491 public static readonly DependencyProperty BackgroundProperty = DependencyProperty.Lookup (Kind.CONTROL, "Background", typeof (Brush));
492 public static readonly DependencyProperty BorderBrushProperty = DependencyProperty.Lookup (Kind.CONTROL, "BorderBrush", typeof (Brush));
493 public static readonly DependencyProperty BorderThicknessProperty = DependencyProperty.Lookup (Kind.CONTROL, "BorderThickness", typeof (Thickness));
494 public static readonly DependencyProperty FontFamilyProperty = DependencyProperty.Lookup (Kind.CONTROL, "FontFamily", typeof (FontFamily));
495 public static readonly DependencyProperty FontSizeProperty = DependencyProperty.Lookup (Kind.CONTROL, "FontSize", typeof (double));
496 public static readonly DependencyProperty FontStretchProperty = DependencyProperty.Lookup (Kind.CONTROL, "FontStretch", typeof (FontStretch));
497 public static readonly DependencyProperty FontStyleProperty = DependencyProperty.Lookup (Kind.CONTROL, "FontStyle", typeof (FontStyle));
498 public static readonly DependencyProperty FontWeightProperty = DependencyProperty.Lookup (Kind.CONTROL, "FontWeight", typeof (FontWeight));
499 public static readonly DependencyProperty ForegroundProperty = DependencyProperty.Lookup (Kind.CONTROL, "Foreground", typeof (Brush));
500 public static readonly DependencyProperty HorizontalContentAlignmentProperty = DependencyProperty.Lookup (Kind.CONTROL, "HorizontalContentAlignment", typeof (HorizontalAlignment));
501 public static readonly DependencyProperty IsEnabledProperty = DependencyProperty.Lookup (Kind.CONTROL, "IsEnabled", typeof (bool));
502 public static readonly DependencyProperty IsTabStopProperty = DependencyProperty.Lookup (Kind.CONTROL, "IsTabStop", typeof (bool));
503 internal static readonly DependencyProperty IsTemplateItemProperty = DependencyProperty.Lookup (Kind.CONTROL, "IsTemplateItem", typeof (bool));
504 public static readonly DependencyProperty PaddingProperty = DependencyProperty.Lookup (Kind.CONTROL, "Padding", typeof (Thickness));
505 public static readonly DependencyProperty TabIndexProperty = DependencyProperty.Lookup (Kind.CONTROL, "TabIndex", typeof (int));
506 public static readonly DependencyProperty TabNavigationProperty = DependencyProperty.Lookup (Kind.CONTROL, "TabNavigation", typeof (KeyboardNavigationMode));
507 public static readonly DependencyProperty TemplateProperty = DependencyProperty.Lookup (Kind.CONTROL, "Template", typeof (ControlTemplate));
508 public static readonly DependencyProperty VerticalContentAlignmentProperty = DependencyProperty.Lookup (Kind.CONTROL, "VerticalContentAlignment", typeof (VerticalAlignment));
510 public Brush Background {
511 get { return (Brush) GetValue (BackgroundProperty); }
512 set { SetValue (BackgroundProperty, value); }
515 public Brush BorderBrush {
516 get { return (Brush) GetValue (BorderBrushProperty); }
517 set { SetValue (BorderBrushProperty, value); }
520 public Thickness BorderThickness {
521 get { return (Thickness) GetValue (BorderThicknessProperty); }
522 set { SetValue (BorderThicknessProperty, value); }
525 public FontFamily FontFamily {
526 get { return (FontFamily) GetValue (FontFamilyProperty); }
527 set { SetValue (FontFamilyProperty, value); }
530 public double FontSize {
531 get { return (double) GetValue (FontSizeProperty); }
532 set { SetValue (FontSizeProperty, value); }
535 public FontStretch FontStretch {
536 get { return (FontStretch) GetValue (FontStretchProperty); }
537 set { SetValue (FontStretchProperty, value); }
540 public FontStyle FontStyle {
541 get { return (FontStyle) GetValue (FontStyleProperty); }
542 set { SetValue (FontStyleProperty, value); }
545 public FontWeight FontWeight {
546 get { return (FontWeight) GetValue (FontWeightProperty); }
547 set { SetValue (FontWeightProperty, value); }
550 public Brush Foreground {
551 get { return (Brush) GetValue (ForegroundProperty); }
552 set { SetValue (ForegroundProperty, value); }
555 public HorizontalAlignment HorizontalContentAlignment {
556 get { return (HorizontalAlignment) GetValue (HorizontalContentAlignmentProperty); }
557 set { SetValue (HorizontalContentAlignmentProperty, value); }
560 public bool IsEnabled {
561 get { return (bool) GetValue (IsEnabledProperty); }
562 set { SetValue (IsEnabledProperty, value); }
565 public bool IsTabStop {
566 get { return (bool) GetValue (IsTabStopProperty); }
567 set { SetValue (IsTabStopProperty, value); }
570 public Thickness Padding {
571 get { return (Thickness) GetValue (PaddingProperty); }
572 set { SetValue (PaddingProperty, value); }
575 public int TabIndex {
576 get { return (int) GetValue (TabIndexProperty); }
577 set { SetValue (TabIndexProperty, value); }
580 public KeyboardNavigationMode TabNavigation {
581 get { return (KeyboardNavigationMode) GetValue (TabNavigationProperty); }
582 set { SetValue (TabNavigationProperty, value); }
585 public ControlTemplate Template {
586 get { return (ControlTemplate) GetValue (TemplateProperty); }
587 set { SetValue (TemplateProperty, value); }
590 public VerticalAlignment VerticalContentAlignment {
591 get { return (VerticalAlignment) GetValue (VerticalContentAlignmentProperty); }
592 set { SetValue (VerticalContentAlignmentProperty, value); }
596 partial class ControlTemplate {
597 private static readonly DependencyProperty TargetTypeProperty = DependencyProperty.Lookup (Kind.CONTROLTEMPLATE, "TargetType", typeof (System.Type));
599 public System.Type TargetType {
600 get { return (System.Type) GetValue (TargetTypeProperty); }
601 set { SetValue (TargetTypeProperty, value); }
605 partial class Grid {
606 internal static readonly DependencyProperty ColumnDefinitionsProperty = DependencyProperty.Lookup (Kind.GRID, "ColumnDefinitions", typeof (ColumnDefinitionCollection));
607 public static readonly DependencyProperty ColumnProperty = DependencyProperty.Lookup (Kind.GRID, "Column", typeof (int));
608 public static readonly DependencyProperty ColumnSpanProperty = DependencyProperty.Lookup (Kind.GRID, "ColumnSpan", typeof (int));
609 internal static readonly DependencyProperty RowDefinitionsProperty = DependencyProperty.Lookup (Kind.GRID, "RowDefinitions", typeof (RowDefinitionCollection));
610 public static readonly DependencyProperty RowProperty = DependencyProperty.Lookup (Kind.GRID, "Row", typeof (int));
611 public static readonly DependencyProperty RowSpanProperty = DependencyProperty.Lookup (Kind.GRID, "RowSpan", typeof (int));
612 public static readonly DependencyProperty ShowGridLinesProperty = DependencyProperty.Lookup (Kind.GRID, "ShowGridLines", typeof (bool));
614 public ColumnDefinitionCollection ColumnDefinitions {
615 get { return (ColumnDefinitionCollection) GetValue (ColumnDefinitionsProperty); }
616 internal set { SetValue (ColumnDefinitionsProperty, value); }
619 public RowDefinitionCollection RowDefinitions {
620 get { return (RowDefinitionCollection) GetValue (RowDefinitionsProperty); }
621 internal set { SetValue (RowDefinitionsProperty, value); }
624 public bool ShowGridLines {
625 get { return (bool) GetValue (ShowGridLinesProperty); }
626 set { SetValue (ShowGridLinesProperty, value); }
630 partial class Image {
631 public static readonly DependencyProperty SourceProperty = DependencyProperty.Lookup (Kind.IMAGE, "Source", typeof (ImageSource));
633 public ImageSource Source {
634 get { return (ImageSource) GetValue (SourceProperty); }
635 set { SetValue (SourceProperty, value); }
639 partial class InkPresenter {
640 public static readonly DependencyProperty StrokesProperty = DependencyProperty.Lookup (Kind.INKPRESENTER, "Strokes", typeof (StrokeCollection));
642 public StrokeCollection Strokes {
643 get { return (StrokeCollection) GetValue (StrokesProperty); }
644 set { SetValue (StrokesProperty, value); }
648 partial class MediaElement {
649 public static readonly DependencyProperty AttributesProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "Attributes", typeof (Dictionary<string,string>));
650 public static readonly DependencyProperty AudioStreamCountProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "AudioStreamCount", typeof (int));
651 public static readonly DependencyProperty AudioStreamIndexProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "AudioStreamIndex", typeof (Nullable<int>));
652 public static readonly DependencyProperty AutoPlayProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "AutoPlay", typeof (bool));
653 public static readonly DependencyProperty BalanceProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "Balance", typeof (double));
654 public static readonly DependencyProperty BufferingProgressProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "BufferingProgress", typeof (double));
655 public static readonly DependencyProperty BufferingTimeProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "BufferingTime", typeof (TimeSpan));
656 public static readonly DependencyProperty CanPauseProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "CanPause", typeof (bool));
657 public static readonly DependencyProperty CanSeekProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "CanSeek", typeof (bool));
658 public static readonly DependencyProperty CurrentStateProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "CurrentState", typeof (MediaElementState));
659 public static readonly DependencyProperty DownloadProgressOffsetProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "DownloadProgressOffset", typeof (double));
660 public static readonly DependencyProperty DownloadProgressProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "DownloadProgress", typeof (double));
661 public static readonly DependencyProperty DroppedFramesPerSecondProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "DroppedFramesPerSecond", typeof (double));
662 public static readonly DependencyProperty IsMutedProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "IsMuted", typeof (bool));
663 internal static readonly DependencyProperty MarkersProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "Markers", typeof (TimelineMarkerCollection));
664 public static readonly DependencyProperty NaturalDurationProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "NaturalDuration", typeof (Duration));
665 public static readonly DependencyProperty NaturalVideoHeightProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "NaturalVideoHeight", typeof (int));
666 public static readonly DependencyProperty NaturalVideoWidthProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "NaturalVideoWidth", typeof (int));
667 public static readonly DependencyProperty PositionProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "Position", typeof (TimeSpan));
668 public static readonly DependencyProperty RenderedFramesPerSecondProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "RenderedFramesPerSecond", typeof (double));
669 public static readonly DependencyProperty SourceProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "Source", typeof (Uri));
670 public static readonly DependencyProperty StretchProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "Stretch", typeof (Stretch));
671 public static readonly DependencyProperty VolumeProperty = DependencyProperty.Lookup (Kind.MEDIAELEMENT, "Volume", typeof (double));
673 public Dictionary<string,string> Attributes {
674 get { return (Dictionary<string,string>) GetValue (AttributesProperty); }
675 internal set { SetValue (AttributesProperty, value); }
678 public int AudioStreamCount {
679 get { return (int) GetValue (AudioStreamCountProperty); }
682 public Nullable<int> AudioStreamIndex {
683 get { return (Nullable<int>) GetValue (AudioStreamIndexProperty); }
684 set { SetValue (AudioStreamIndexProperty, value); }
687 public bool AutoPlay {
688 get { return (bool) GetValue (AutoPlayProperty); }
689 set { SetValue (AutoPlayProperty, value); }
692 public double Balance {
693 get { return (double) GetValue (BalanceProperty); }
694 set { SetValue (BalanceProperty, value); }
697 public double BufferingProgress {
698 get { return (double) GetValue (BufferingProgressProperty); }
701 public TimeSpan BufferingTime {
702 get { return (TimeSpan) GetValue (BufferingTimeProperty); }
703 set { SetValue (BufferingTimeProperty, value); }
706 public bool CanPause {
707 get { return (bool) GetValue (CanPauseProperty); }
710 public bool CanSeek {
711 get { return (bool) GetValue (CanSeekProperty); }
714 public MediaElementState CurrentState {
715 get { return (MediaElementState) GetValue (CurrentStateProperty); }
718 public double DownloadProgressOffset {
719 get { return (double) GetValue (DownloadProgressOffsetProperty); }
722 public double DownloadProgress {
723 get { return (double) GetValue (DownloadProgressProperty); }
726 public double DroppedFramesPerSecond {
727 get { return (double) GetValue (DroppedFramesPerSecondProperty); }
730 public bool IsMuted {
731 get { return (bool) GetValue (IsMutedProperty); }
732 set { SetValue (IsMutedProperty, value); }
735 public TimelineMarkerCollection Markers {
736 get { return (TimelineMarkerCollection) GetValue (MarkersProperty); }
737 internal set { SetValue (MarkersProperty, value); }
740 public Duration NaturalDuration {
741 get { return (Duration) GetValue (NaturalDurationProperty); }
744 public int NaturalVideoHeight {
745 get { return (int) GetValue (NaturalVideoHeightProperty); }
748 public int NaturalVideoWidth {
749 get { return (int) GetValue (NaturalVideoWidthProperty); }
752 public TimeSpan Position {
753 get { return (TimeSpan) GetValue (PositionProperty); }
754 set { SetValue (PositionProperty, value); }
757 public double RenderedFramesPerSecond {
758 get { return (double) GetValue (RenderedFramesPerSecondProperty); }
761 public Uri Source {
762 get { return (Uri) GetValue (SourceProperty); }
763 set { SetValue (SourceProperty, value); }
766 public Stretch Stretch {
767 get { return (Stretch) GetValue (StretchProperty); }
768 set { SetValue (StretchProperty, value); }
771 public double Volume {
772 get { return (double) GetValue (VolumeProperty); }
773 set { SetValue (VolumeProperty, value); }
777 partial class MultiScaleImage {
778 public static readonly DependencyProperty AllowDownloadingProperty = DependencyProperty.Lookup (Kind.MULTISCALEIMAGE, "AllowDownloading", typeof (bool));
779 public static readonly DependencyProperty AspectRatioProperty = DependencyProperty.Lookup (Kind.MULTISCALEIMAGE, "AspectRatio", typeof (double));
780 public static readonly DependencyProperty BlurFactorProperty = DependencyProperty.Lookup (Kind.MULTISCALEIMAGE, "BlurFactor", typeof (double));
781 private static readonly DependencyProperty InternalViewportOriginProperty = DependencyProperty.Lookup (Kind.MULTISCALEIMAGE, "InternalViewportOrigin", typeof (Point));
782 private static readonly DependencyProperty InternalViewportWidthProperty = DependencyProperty.Lookup (Kind.MULTISCALEIMAGE, "InternalViewportWidth", typeof (double));
783 public static readonly DependencyProperty IsDownloadingProperty = DependencyProperty.Lookup (Kind.MULTISCALEIMAGE, "IsDownloading", typeof (bool));
784 public static readonly DependencyProperty IsIdleProperty = DependencyProperty.Lookup (Kind.MULTISCALEIMAGE, "IsIdle", typeof (bool));
785 public static readonly DependencyProperty SourceProperty = DependencyProperty.Lookup (Kind.MULTISCALEIMAGE, "Source", typeof (MultiScaleTileSource));
786 public static readonly DependencyProperty SubImagesProperty = DependencyProperty.Lookup (Kind.MULTISCALEIMAGE, "SubImages", typeof (MultiScaleSubImageCollection));
787 private static readonly DependencyProperty TileFadeProperty = DependencyProperty.Lookup (Kind.MULTISCALEIMAGE, "TileFade", typeof (double));
788 public static readonly DependencyProperty UseSpringsProperty = DependencyProperty.Lookup (Kind.MULTISCALEIMAGE, "UseSprings", typeof (bool));
789 public static readonly DependencyProperty ViewportOriginProperty = DependencyProperty.Lookup (Kind.MULTISCALEIMAGE, "ViewportOrigin", typeof (Point));
790 public static readonly DependencyProperty ViewportWidthProperty = DependencyProperty.Lookup (Kind.MULTISCALEIMAGE, "ViewportWidth", typeof (double));
792 public bool AllowDownloading {
793 get { return (bool) GetValue (AllowDownloadingProperty); }
794 set { SetValue (AllowDownloadingProperty, value); }
797 public double AspectRatio {
798 get { return (double) GetValue (AspectRatioProperty); }
801 public double BlurFactor {
802 get { return (double) GetValue (BlurFactorProperty); }
803 set { SetValue (BlurFactorProperty, value); }
806 public bool IsDownloading {
807 get { return (bool) GetValue (IsDownloadingProperty); }
810 public bool IsIdle {
811 get { return (bool) GetValue (IsIdleProperty); }
814 public MultiScaleTileSource Source {
815 get { return (MultiScaleTileSource) GetValue (SourceProperty); }
816 set { SetValue (SourceProperty, value); }
819 public bool UseSprings {
820 get { return (bool) GetValue (UseSpringsProperty); }
821 set { SetValue (UseSpringsProperty, value); }
824 public Point ViewportOrigin {
825 get { return (Point) GetValue (ViewportOriginProperty); }
826 set { SetValue (ViewportOriginProperty, value); }
829 public double ViewportWidth {
830 get { return (double) GetValue (ViewportWidthProperty); }
831 set { SetValue (ViewportWidthProperty, value); }
835 partial class MultiScaleSubImage {
836 public static readonly DependencyProperty AspectRatioProperty = DependencyProperty.Lookup (Kind.MULTISCALESUBIMAGE, "AspectRatio", typeof (double));
837 public static readonly DependencyProperty OpacityProperty = DependencyProperty.Lookup (Kind.MULTISCALESUBIMAGE, "Opacity", typeof (double));
838 public static readonly DependencyProperty ViewportOriginProperty = DependencyProperty.Lookup (Kind.MULTISCALESUBIMAGE, "ViewportOrigin", typeof (Point));
839 public static readonly DependencyProperty ViewportWidthProperty = DependencyProperty.Lookup (Kind.MULTISCALESUBIMAGE, "ViewportWidth", typeof (double));
840 public static readonly DependencyProperty ZIndexProperty = DependencyProperty.Lookup (Kind.MULTISCALESUBIMAGE, "ZIndex", typeof (int));
842 public double AspectRatio {
843 get { return (double) GetValue (AspectRatioProperty); }
846 public double Opacity {
847 get { return (double) GetValue (OpacityProperty); }
848 set { SetValue (OpacityProperty, value); }
851 public Point ViewportOrigin {
852 get { return (Point) GetValue (ViewportOriginProperty); }
853 set { SetValue (ViewportOriginProperty, value); }
856 public double ViewportWidth {
857 get { return (double) GetValue (ViewportWidthProperty); }
858 set { SetValue (ViewportWidthProperty, value); }
861 public int ZIndex {
862 get { return (int) GetValue (ZIndexProperty); }
863 set { SetValue (ZIndexProperty, value); }
867 partial class Panel {
868 public static readonly DependencyProperty BackgroundProperty = DependencyProperty.Lookup (Kind.PANEL, "Background", typeof (Brush));
869 internal static readonly DependencyProperty ChildrenProperty = DependencyProperty.Lookup (Kind.PANEL, "Children", typeof (UIElementCollection));
871 public Brush Background {
872 get { return (Brush) GetValue (BackgroundProperty); }
873 set { SetValue (BackgroundProperty, value); }
876 public UIElementCollection Children {
877 get { return (UIElementCollection) GetValue (ChildrenProperty); }
878 internal set { SetValue (ChildrenProperty, value); }
882 partial class PasswordBox {
883 public static readonly DependencyProperty CaretBrushProperty = DependencyProperty.Lookup (Kind.PASSWORDBOX, "CaretBrush", typeof (Brush));
884 internal static readonly DependencyProperty FontSourceProperty = DependencyProperty.Lookup (Kind.PASSWORDBOX, "FontSource", typeof (FontSource));
885 public static readonly DependencyProperty MaxLengthProperty = DependencyProperty.Lookup (Kind.PASSWORDBOX, "MaxLength", typeof (int));
886 public static readonly DependencyProperty PasswordCharProperty = DependencyProperty.Lookup (Kind.PASSWORDBOX, "PasswordChar", typeof (char));
887 public static readonly DependencyProperty PasswordProperty = DependencyProperty.Lookup (Kind.PASSWORDBOX, "Password", typeof (string));
888 internal static readonly DependencyProperty SelectedTextProperty = DependencyProperty.Lookup (Kind.PASSWORDBOX, "SelectedText", typeof (string));
889 public static readonly DependencyProperty SelectionBackgroundProperty = DependencyProperty.Lookup (Kind.PASSWORDBOX, "SelectionBackground", typeof (Brush));
890 public static readonly DependencyProperty SelectionForegroundProperty = DependencyProperty.Lookup (Kind.PASSWORDBOX, "SelectionForeground", typeof (Brush));
891 internal static readonly DependencyProperty SelectionLengthProperty = DependencyProperty.Lookup (Kind.PASSWORDBOX, "SelectionLength", typeof (int));
892 internal static readonly DependencyProperty SelectionStartProperty = DependencyProperty.Lookup (Kind.PASSWORDBOX, "SelectionStart", typeof (int));
894 public Brush CaretBrush {
895 get { return (Brush) GetValue (CaretBrushProperty); }
896 set { SetValue (CaretBrushProperty, value); }
899 public FontSource FontSource {
900 get { return (FontSource) GetValue (FontSourceProperty); }
901 set { SetValue (FontSourceProperty, value); }
904 public int MaxLength {
905 get { return (int) GetValue (MaxLengthProperty); }
906 set { SetValue (MaxLengthProperty, value); }
909 public char PasswordChar {
910 get { return (char) GetValue (PasswordCharProperty); }
911 set { SetValue (PasswordCharProperty, value); }
914 public string Password {
915 get { return (string) GetValue (PasswordProperty); }
916 set { SetValue (PasswordProperty, value); }
919 public string SelectedText {
920 get { return (string) GetValue (SelectedTextProperty); }
921 set { SetValue (SelectedTextProperty, value); }
924 public Brush SelectionBackground {
925 get { return (Brush) GetValue (SelectionBackgroundProperty); }
926 set { SetValue (SelectionBackgroundProperty, value); }
929 public Brush SelectionForeground {
930 get { return (Brush) GetValue (SelectionForegroundProperty); }
931 set { SetValue (SelectionForegroundProperty, value); }
934 public int SelectionLength {
935 get { return (int) GetValue (SelectionLengthProperty); }
936 set { SetValue (SelectionLengthProperty, value); }
939 public int SelectionStart {
940 get { return (int) GetValue (SelectionStartProperty); }
941 set { SetValue (SelectionStartProperty, value); }
945 partial class RowDefinition {
946 private static readonly DependencyProperty ActualHeightProperty = DependencyProperty.Lookup (Kind.ROWDEFINITION, "ActualHeight", typeof (double));
947 public static readonly DependencyProperty HeightProperty = DependencyProperty.Lookup (Kind.ROWDEFINITION, "Height", typeof (GridLength));
948 public static readonly DependencyProperty MaxHeightProperty = DependencyProperty.Lookup (Kind.ROWDEFINITION, "MaxHeight", typeof (double));
949 public static readonly DependencyProperty MinHeightProperty = DependencyProperty.Lookup (Kind.ROWDEFINITION, "MinHeight", typeof (double));
951 public double ActualHeight {
952 get { return (double) GetValue (ActualHeightProperty); }
953 private set { SetValue (ActualHeightProperty, value); }
956 public GridLength Height {
957 get { return (GridLength) GetValue (HeightProperty); }
958 set { SetValue (HeightProperty, value); }
961 public double MaxHeight {
962 get { return (double) GetValue (MaxHeightProperty); }
963 set { SetValue (MaxHeightProperty, value); }
966 public double MinHeight {
967 get { return (double) GetValue (MinHeightProperty); }
968 set { SetValue (MinHeightProperty, value); }
972 partial class TextBlock {
973 public static readonly DependencyProperty FontFamilyProperty = DependencyProperty.Lookup (Kind.TEXTBLOCK, "FontFamily", typeof (FontFamily));
974 public static readonly DependencyProperty FontSizeProperty = DependencyProperty.Lookup (Kind.TEXTBLOCK, "FontSize", typeof (double));
975 internal static readonly DependencyProperty FontSourceProperty = DependencyProperty.Lookup (Kind.TEXTBLOCK, "FontSource", typeof (FontSource));
976 public static readonly DependencyProperty FontStretchProperty = DependencyProperty.Lookup (Kind.TEXTBLOCK, "FontStretch", typeof (FontStretch));
977 public static readonly DependencyProperty FontStyleProperty = DependencyProperty.Lookup (Kind.TEXTBLOCK, "FontStyle", typeof (FontStyle));
978 public static readonly DependencyProperty FontWeightProperty = DependencyProperty.Lookup (Kind.TEXTBLOCK, "FontWeight", typeof (FontWeight));
979 public static readonly DependencyProperty ForegroundProperty = DependencyProperty.Lookup (Kind.TEXTBLOCK, "Foreground", typeof (Brush));
980 internal static readonly DependencyProperty InlinesProperty = DependencyProperty.Lookup (Kind.TEXTBLOCK, "Inlines", typeof (InlineCollection));
981 public static readonly DependencyProperty LineHeightProperty = DependencyProperty.Lookup (Kind.TEXTBLOCK, "LineHeight", typeof (double));
982 public static readonly DependencyProperty LineStackingStrategyProperty = DependencyProperty.Lookup (Kind.TEXTBLOCK, "LineStackingStrategy", typeof (LineStackingStrategy));
983 public static readonly DependencyProperty PaddingProperty = DependencyProperty.Lookup (Kind.TEXTBLOCK, "Padding", typeof (Thickness));
984 public static readonly DependencyProperty TextAlignmentProperty = DependencyProperty.Lookup (Kind.TEXTBLOCK, "TextAlignment", typeof (TextAlignment));
985 public static readonly DependencyProperty TextDecorationsProperty = DependencyProperty.Lookup (Kind.TEXTBLOCK, "TextDecorations", typeof (TextDecorationCollection));
986 public static readonly DependencyProperty TextProperty = DependencyProperty.Lookup (Kind.TEXTBLOCK, "Text", typeof (string));
987 public static readonly DependencyProperty TextWrappingProperty = DependencyProperty.Lookup (Kind.TEXTBLOCK, "TextWrapping", typeof (TextWrapping));
989 public FontFamily FontFamily {
990 get { return (FontFamily) GetValue (FontFamilyProperty); }
991 set { SetValue (FontFamilyProperty, value); }
994 public double FontSize {
995 get { return (double) GetValue (FontSizeProperty); }
996 set { SetValue (FontSizeProperty, value); }
999 public FontSource FontSource {
1000 get { return (FontSource) GetValue (FontSourceProperty); }
1001 set { SetValue (FontSourceProperty, value); }
1004 public FontStretch FontStretch {
1005 get { return (FontStretch) GetValue (FontStretchProperty); }
1006 set { SetValue (FontStretchProperty, value); }
1009 public FontStyle FontStyle {
1010 get { return (FontStyle) GetValue (FontStyleProperty); }
1011 set { SetValue (FontStyleProperty, value); }
1014 public FontWeight FontWeight {
1015 get { return (FontWeight) GetValue (FontWeightProperty); }
1016 set { SetValue (FontWeightProperty, value); }
1019 public Brush Foreground {
1020 get { return (Brush) GetValue (ForegroundProperty); }
1021 set { SetValue (ForegroundProperty, value); }
1024 public InlineCollection Inlines {
1025 get { return (InlineCollection) GetValue (InlinesProperty); }
1026 internal set { SetValue (InlinesProperty, value); }
1029 public double LineHeight {
1030 get { return (double) GetValue (LineHeightProperty); }
1031 set { SetValue (LineHeightProperty, value); }
1034 public LineStackingStrategy LineStackingStrategy {
1035 get { return (LineStackingStrategy) GetValue (LineStackingStrategyProperty); }
1036 set { SetValue (LineStackingStrategyProperty, value); }
1039 public Thickness Padding {
1040 get { return (Thickness) GetValue (PaddingProperty); }
1041 set { SetValue (PaddingProperty, value); }
1044 public TextAlignment TextAlignment {
1045 get { return (TextAlignment) GetValue (TextAlignmentProperty); }
1046 set { SetValue (TextAlignmentProperty, value); }
1049 public TextDecorationCollection TextDecorations {
1050 get { return (TextDecorationCollection) GetValue (TextDecorationsProperty); }
1051 set { SetValue (TextDecorationsProperty, value); }
1054 public string Text {
1055 get { return (string) GetValue (TextProperty); }
1056 set { SetValue (TextProperty, value); }
1059 public TextWrapping TextWrapping {
1060 get { return (TextWrapping) GetValue (TextWrappingProperty); }
1061 set { SetValue (TextWrappingProperty, value); }
1065 partial class TextBox {
1066 public static readonly DependencyProperty AcceptsReturnProperty = DependencyProperty.Lookup (Kind.TEXTBOX, "AcceptsReturn", typeof (bool));
1067 public static readonly DependencyProperty CaretBrushProperty = DependencyProperty.Lookup (Kind.TEXTBOX, "CaretBrush", typeof (Brush));
1068 internal static readonly DependencyProperty FontSourceProperty = DependencyProperty.Lookup (Kind.TEXTBOX, "FontSource", typeof (FontSource));
1069 internal static readonly DependencyProperty HorizontalScrollBarVisibilityProperty = DependencyProperty.Lookup (Kind.TEXTBOX, "HorizontalScrollBarVisibility", typeof (ScrollBarVisibility));
1070 public static readonly DependencyProperty IsReadOnlyProperty = DependencyProperty.Lookup (Kind.TEXTBOX, "IsReadOnly", typeof (bool));
1071 public static readonly DependencyProperty MaxLengthProperty = DependencyProperty.Lookup (Kind.TEXTBOX, "MaxLength", typeof (int));
1072 internal static readonly DependencyProperty SelectedTextProperty = DependencyProperty.Lookup (Kind.TEXTBOX, "SelectedText", typeof (string));
1073 public static readonly DependencyProperty SelectionBackgroundProperty = DependencyProperty.Lookup (Kind.TEXTBOX, "SelectionBackground", typeof (Brush));
1074 public static readonly DependencyProperty SelectionForegroundProperty = DependencyProperty.Lookup (Kind.TEXTBOX, "SelectionForeground", typeof (Brush));
1075 internal static readonly DependencyProperty SelectionLengthProperty = DependencyProperty.Lookup (Kind.TEXTBOX, "SelectionLength", typeof (int));
1076 internal static readonly DependencyProperty SelectionStartProperty = DependencyProperty.Lookup (Kind.TEXTBOX, "SelectionStart", typeof (int));
1077 public static readonly DependencyProperty TextAlignmentProperty = DependencyProperty.Lookup (Kind.TEXTBOX, "TextAlignment", typeof (TextAlignment));
1078 public static readonly DependencyProperty TextProperty = DependencyProperty.Lookup (Kind.TEXTBOX, "Text", typeof (string));
1079 public static readonly DependencyProperty TextWrappingProperty = DependencyProperty.Lookup (Kind.TEXTBOX, "TextWrapping", typeof (TextWrapping));
1080 internal static readonly DependencyProperty VerticalScrollBarVisibilityProperty = DependencyProperty.Lookup (Kind.TEXTBOX, "VerticalScrollBarVisibility", typeof (ScrollBarVisibility));
1082 public bool AcceptsReturn {
1083 get { return (bool) GetValue (AcceptsReturnProperty); }
1084 set { SetValue (AcceptsReturnProperty, value); }
1087 public Brush CaretBrush {
1088 get { return (Brush) GetValue (CaretBrushProperty); }
1089 set { SetValue (CaretBrushProperty, value); }
1092 public FontSource FontSource {
1093 get { return (FontSource) GetValue (FontSourceProperty); }
1094 set { SetValue (FontSourceProperty, value); }
1097 public ScrollBarVisibility HorizontalScrollBarVisibility {
1098 get { return (ScrollBarVisibility) GetValue (HorizontalScrollBarVisibilityProperty); }
1099 set { SetValue (HorizontalScrollBarVisibilityProperty, value); }
1102 public bool IsReadOnly {
1103 get { return (bool) GetValue (IsReadOnlyProperty); }
1104 set { SetValue (IsReadOnlyProperty, value); }
1107 public int MaxLength {
1108 get { return (int) GetValue (MaxLengthProperty); }
1109 set { SetValue (MaxLengthProperty, value); }
1112 public string SelectedText {
1113 get { return (string) GetValue (SelectedTextProperty); }
1114 set { SetValue (SelectedTextProperty, value); }
1117 public Brush SelectionBackground {
1118 get { return (Brush) GetValue (SelectionBackgroundProperty); }
1119 set { SetValue (SelectionBackgroundProperty, value); }
1122 public Brush SelectionForeground {
1123 get { return (Brush) GetValue (SelectionForegroundProperty); }
1124 set { SetValue (SelectionForegroundProperty, value); }
1127 public int SelectionLength {
1128 get { return (int) GetValue (SelectionLengthProperty); }
1129 set { SetValue (SelectionLengthProperty, value); }
1132 public int SelectionStart {
1133 get { return (int) GetValue (SelectionStartProperty); }
1134 set { SetValue (SelectionStartProperty, value); }
1137 public TextAlignment TextAlignment {
1138 get { return (TextAlignment) GetValue (TextAlignmentProperty); }
1139 set { SetValue (TextAlignmentProperty, value); }
1142 public TextWrapping TextWrapping {
1143 get { return (TextWrapping) GetValue (TextWrappingProperty); }
1144 set { SetValue (TextWrappingProperty, value); }
1147 public ScrollBarVisibility VerticalScrollBarVisibility {
1148 get { return (ScrollBarVisibility) GetValue (VerticalScrollBarVisibilityProperty); }
1149 set { SetValue (VerticalScrollBarVisibilityProperty, value); }
1153 partial class UserControl {
1154 protected internal static readonly DependencyProperty ContentProperty = DependencyProperty.Lookup (Kind.USERCONTROL, "Content", typeof (UIElement));
1156 protected internal UIElement Content {
1157 get { return (UIElement) GetValue (ContentProperty); }
1158 set { SetValue (ContentProperty, value); }
1163 namespace System.Windows.Controls.Primitives {
1164 partial class Popup {
1165 public static readonly DependencyProperty ChildProperty = DependencyProperty.Lookup (Kind.POPUP, "Child", typeof (UIElement));
1166 public static readonly DependencyProperty HorizontalOffsetProperty = DependencyProperty.Lookup (Kind.POPUP, "HorizontalOffset", typeof (double));
1167 public static readonly DependencyProperty IsOpenProperty = DependencyProperty.Lookup (Kind.POPUP, "IsOpen", typeof (bool));
1168 public static readonly DependencyProperty VerticalOffsetProperty = DependencyProperty.Lookup (Kind.POPUP, "VerticalOffset", typeof (double));
1170 public UIElement Child {
1171 get { return (UIElement) GetValue (ChildProperty); }
1172 set { SetValue (ChildProperty, value); }
1175 public double HorizontalOffset {
1176 get { return (double) GetValue (HorizontalOffsetProperty); }
1177 set { SetValue (HorizontalOffsetProperty, value); }
1180 public bool IsOpen {
1181 get { return (bool) GetValue (IsOpenProperty); }
1182 set { SetValue (IsOpenProperty, value); }
1185 public double VerticalOffset {
1186 get { return (double) GetValue (VerticalOffsetProperty); }
1187 set { SetValue (VerticalOffsetProperty, value); }
1192 namespace System.Windows.Documents {
1193 partial class Glyphs {
1194 public static readonly DependencyProperty FillProperty = DependencyProperty.Lookup (Kind.GLYPHS, "Fill", typeof (Brush));
1195 public static readonly DependencyProperty FontRenderingEmSizeProperty = DependencyProperty.Lookup (Kind.GLYPHS, "FontRenderingEmSize", typeof (double));
1196 public static readonly DependencyProperty FontUriProperty = DependencyProperty.Lookup (Kind.GLYPHS, "FontUri", typeof (Uri));
1197 public static readonly DependencyProperty IndicesProperty = DependencyProperty.Lookup (Kind.GLYPHS, "Indices", typeof (string));
1198 public static readonly DependencyProperty OriginXProperty = DependencyProperty.Lookup (Kind.GLYPHS, "OriginX", typeof (double));
1199 public static readonly DependencyProperty OriginYProperty = DependencyProperty.Lookup (Kind.GLYPHS, "OriginY", typeof (double));
1200 public static readonly DependencyProperty StyleSimulationsProperty = DependencyProperty.Lookup (Kind.GLYPHS, "StyleSimulations", typeof (StyleSimulations));
1201 public static readonly DependencyProperty UnicodeStringProperty = DependencyProperty.Lookup (Kind.GLYPHS, "UnicodeString", typeof (string));
1203 public Brush Fill {
1204 get { return (Brush) GetValue (FillProperty); }
1205 set { SetValue (FillProperty, value); }
1208 public double FontRenderingEmSize {
1209 get { return (double) GetValue (FontRenderingEmSizeProperty); }
1210 set { SetValue (FontRenderingEmSizeProperty, value); }
1213 public Uri FontUri {
1214 get { return (Uri) GetValue (FontUriProperty); }
1215 set { SetValue (FontUriProperty, value); }
1218 public string Indices {
1219 get { return (string) GetValue (IndicesProperty); }
1220 set { SetValue (IndicesProperty, value); }
1223 public double OriginX {
1224 get { return (double) GetValue (OriginXProperty); }
1225 set { SetValue (OriginXProperty, value); }
1228 public double OriginY {
1229 get { return (double) GetValue (OriginYProperty); }
1230 set { SetValue (OriginYProperty, value); }
1233 public StyleSimulations StyleSimulations {
1234 get { return (StyleSimulations) GetValue (StyleSimulationsProperty); }
1235 set { SetValue (StyleSimulationsProperty, value); }
1238 public string UnicodeString {
1239 get { return (string) GetValue (UnicodeStringProperty); }
1240 set { SetValue (UnicodeStringProperty, value); }
1244 partial class Inline {
1245 public static readonly DependencyProperty FontFamilyProperty = DependencyProperty.Lookup (Kind.INLINE, "FontFamily", typeof (FontFamily));
1246 public static readonly DependencyProperty FontSizeProperty = DependencyProperty.Lookup (Kind.INLINE, "FontSize", typeof (double));
1247 public static readonly DependencyProperty FontStretchProperty = DependencyProperty.Lookup (Kind.INLINE, "FontStretch", typeof (FontStretch));
1248 public static readonly DependencyProperty FontStyleProperty = DependencyProperty.Lookup (Kind.INLINE, "FontStyle", typeof (FontStyle));
1249 public static readonly DependencyProperty FontWeightProperty = DependencyProperty.Lookup (Kind.INLINE, "FontWeight", typeof (FontWeight));
1250 public static readonly DependencyProperty ForegroundProperty = DependencyProperty.Lookup (Kind.INLINE, "Foreground", typeof (Brush));
1251 public static readonly DependencyProperty LanguageProperty = DependencyProperty.Lookup (Kind.INLINE, "Language", typeof (XmlLanguage));
1252 public static readonly DependencyProperty TextDecorationsProperty = DependencyProperty.Lookup (Kind.INLINE, "TextDecorations", typeof (TextDecorationCollection));
1254 public FontFamily FontFamily {
1255 get { return (FontFamily) GetValue (FontFamilyProperty); }
1256 set { SetValue (FontFamilyProperty, value); }
1259 public double FontSize {
1260 get { return (double) GetValue (FontSizeProperty); }
1261 set { SetValue (FontSizeProperty, value); }
1264 public FontStretch FontStretch {
1265 get { return (FontStretch) GetValue (FontStretchProperty); }
1266 set { SetValue (FontStretchProperty, value); }
1269 public FontStyle FontStyle {
1270 get { return (FontStyle) GetValue (FontStyleProperty); }
1271 set { SetValue (FontStyleProperty, value); }
1274 public FontWeight FontWeight {
1275 get { return (FontWeight) GetValue (FontWeightProperty); }
1276 set { SetValue (FontWeightProperty, value); }
1279 public Brush Foreground {
1280 get { return (Brush) GetValue (ForegroundProperty); }
1281 set { SetValue (ForegroundProperty, value); }
1284 public XmlLanguage Language {
1285 get { return (XmlLanguage) GetValue (LanguageProperty); }
1286 set { SetValue (LanguageProperty, value); }
1289 public TextDecorationCollection TextDecorations {
1290 get { return (TextDecorationCollection) GetValue (TextDecorationsProperty); }
1291 set { SetValue (TextDecorationsProperty, value); }
1295 partial class Run {
1296 internal static readonly DependencyProperty TextProperty = DependencyProperty.Lookup (Kind.RUN, "Text", typeof (string));
1298 public string Text {
1299 get { return (string) GetValue (TextProperty); }
1300 set { SetValue (TextProperty, value); }
1305 namespace System.Windows.Ink {
1306 partial class DrawingAttributes {
1307 private static readonly DependencyProperty ColorProperty = DependencyProperty.Lookup (Kind.DRAWINGATTRIBUTES, "Color", typeof (Color));
1308 private static readonly DependencyProperty HeightProperty = DependencyProperty.Lookup (Kind.DRAWINGATTRIBUTES, "Height", typeof (double));
1309 private static readonly DependencyProperty OutlineColorProperty = DependencyProperty.Lookup (Kind.DRAWINGATTRIBUTES, "OutlineColor", typeof (Color));
1310 private static readonly DependencyProperty WidthProperty = DependencyProperty.Lookup (Kind.DRAWINGATTRIBUTES, "Width", typeof (double));
1312 public Color Color {
1313 get { return (Color) GetValue (ColorProperty); }
1314 set { SetValue (ColorProperty, value); }
1317 public double Height {
1318 get { return (double) GetValue (HeightProperty); }
1319 set { SetValue (HeightProperty, value); }
1322 public Color OutlineColor {
1323 get { return (Color) GetValue (OutlineColorProperty); }
1324 set { SetValue (OutlineColorProperty, value); }
1327 public double Width {
1328 get { return (double) GetValue (WidthProperty); }
1329 set { SetValue (WidthProperty, value); }
1333 partial class Stroke {
1334 private static readonly DependencyProperty DrawingAttributesProperty = DependencyProperty.Lookup (Kind.STROKE, "DrawingAttributes", typeof (DrawingAttributes));
1335 private static readonly DependencyProperty StylusPointsProperty = DependencyProperty.Lookup (Kind.STROKE, "StylusPoints", typeof (StylusPointCollection));
1337 public DrawingAttributes DrawingAttributes {
1338 get { return (DrawingAttributes) GetValue (DrawingAttributesProperty); }
1339 set { SetValue (DrawingAttributesProperty, value); }
1342 public StylusPointCollection StylusPoints {
1343 get { return (StylusPointCollection) GetValue (StylusPointsProperty); }
1344 set { SetValue (StylusPointsProperty, value); }
1349 namespace System.Windows.Input {
1350 partial class InputMethod {
1351 public static readonly DependencyProperty IsInputMethodEnabledProperty = DependencyProperty.Lookup (Kind.INPUTMETHOD, "IsInputMethodEnabled", typeof (bool));
1354 partial class StylusInfo {
1355 public static readonly DependencyProperty DeviceTypeProperty = DependencyProperty.Lookup (Kind.STYLUSINFO, "DeviceType", typeof (int));
1356 public static readonly DependencyProperty IsInvertedProperty = DependencyProperty.Lookup (Kind.STYLUSINFO, "IsInverted", typeof (bool));
1358 public int DeviceType {
1359 get { return (int) GetValue (DeviceTypeProperty); }
1360 set { SetValue (DeviceTypeProperty, value); }
1363 public bool IsInverted {
1364 get { return (bool) GetValue (IsInvertedProperty); }
1365 set { SetValue (IsInvertedProperty, value); }
1370 namespace System.Windows.Media {
1371 partial class ArcSegment {
1372 public static readonly DependencyProperty IsLargeArcProperty = DependencyProperty.Lookup (Kind.ARCSEGMENT, "IsLargeArc", typeof (bool));
1373 public static readonly DependencyProperty PointProperty = DependencyProperty.Lookup (Kind.ARCSEGMENT, "Point", typeof (Point));
1374 public static readonly DependencyProperty RotationAngleProperty = DependencyProperty.Lookup (Kind.ARCSEGMENT, "RotationAngle", typeof (double));
1375 public static readonly DependencyProperty SizeProperty = DependencyProperty.Lookup (Kind.ARCSEGMENT, "Size", typeof (Size));
1376 public static readonly DependencyProperty SweepDirectionProperty = DependencyProperty.Lookup (Kind.ARCSEGMENT, "SweepDirection", typeof (SweepDirection));
1378 public bool IsLargeArc {
1379 get { return (bool) GetValue (IsLargeArcProperty); }
1380 set { SetValue (IsLargeArcProperty, value); }
1383 public Point Point {
1384 get { return (Point) GetValue (PointProperty); }
1385 set { SetValue (PointProperty, value); }
1388 public double RotationAngle {
1389 get { return (double) GetValue (RotationAngleProperty); }
1390 set { SetValue (RotationAngleProperty, value); }
1393 public Size Size {
1394 get { return (Size) GetValue (SizeProperty); }
1395 set { SetValue (SizeProperty, value); }
1398 public SweepDirection SweepDirection {
1399 get { return (SweepDirection) GetValue (SweepDirectionProperty); }
1400 set { SetValue (SweepDirectionProperty, value); }
1404 partial class BezierSegment {
1405 public static readonly DependencyProperty Point1Property = DependencyProperty.Lookup (Kind.BEZIERSEGMENT, "Point1", typeof (Point));
1406 public static readonly DependencyProperty Point2Property = DependencyProperty.Lookup (Kind.BEZIERSEGMENT, "Point2", typeof (Point));
1407 public static readonly DependencyProperty Point3Property = DependencyProperty.Lookup (Kind.BEZIERSEGMENT, "Point3", typeof (Point));
1409 public Point Point1 {
1410 get { return (Point) GetValue (Point1Property); }
1411 set { SetValue (Point1Property, value); }
1414 public Point Point2 {
1415 get { return (Point) GetValue (Point2Property); }
1416 set { SetValue (Point2Property, value); }
1419 public Point Point3 {
1420 get { return (Point) GetValue (Point3Property); }
1421 set { SetValue (Point3Property, value); }
1425 partial class BitmapCache {
1426 public static readonly DependencyProperty RenderAtScaleProperty = DependencyProperty.Lookup (Kind.BITMAPCACHE, "RenderAtScale", typeof (double));
1428 public double RenderAtScale {
1429 get { return (double) GetValue (RenderAtScaleProperty); }
1430 set { SetValue (RenderAtScaleProperty, value); }
1434 partial class Brush {
1435 internal static readonly DependencyProperty ChangedProperty = DependencyProperty.Lookup (Kind.BRUSH, "Changed", typeof (bool));
1436 public static readonly DependencyProperty OpacityProperty = DependencyProperty.Lookup (Kind.BRUSH, "Opacity", typeof (double));
1437 public static readonly DependencyProperty RelativeTransformProperty = DependencyProperty.Lookup (Kind.BRUSH, "RelativeTransform", typeof (Transform));
1438 public static readonly DependencyProperty TransformProperty = DependencyProperty.Lookup (Kind.BRUSH, "Transform", typeof (Transform));
1440 internal bool Changed {
1441 get { return (bool) GetValue (ChangedProperty); }
1442 set { SetValue (ChangedProperty, value); }
1445 public double Opacity {
1446 get { return (double) GetValue (OpacityProperty); }
1447 set { SetValue (OpacityProperty, value); }
1450 public Transform RelativeTransform {
1451 get { return (Transform) GetValue (RelativeTransformProperty); }
1452 set { SetValue (RelativeTransformProperty, value); }
1455 public Transform Transform {
1456 get { return (Transform) GetValue (TransformProperty); }
1457 set { SetValue (TransformProperty, value); }
1461 partial class DeepZoomImageTileSource {
1462 public static readonly DependencyProperty UriSourceProperty = DependencyProperty.Lookup (Kind.DEEPZOOMIMAGETILESOURCE, "UriSource", typeof (Uri));
1464 public Uri UriSource {
1465 get { return (Uri) GetValue (UriSourceProperty); }
1466 set { SetValue (UriSourceProperty, value); }
1470 partial class EllipseGeometry {
1471 public static readonly DependencyProperty CenterProperty = DependencyProperty.Lookup (Kind.ELLIPSEGEOMETRY, "Center", typeof (Point));
1472 public static readonly DependencyProperty RadiusXProperty = DependencyProperty.Lookup (Kind.ELLIPSEGEOMETRY, "RadiusX", typeof (double));
1473 public static readonly DependencyProperty RadiusYProperty = DependencyProperty.Lookup (Kind.ELLIPSEGEOMETRY, "RadiusY", typeof (double));
1475 public Point Center {
1476 get { return (Point) GetValue (CenterProperty); }
1477 set { SetValue (CenterProperty, value); }
1480 public double RadiusX {
1481 get { return (double) GetValue (RadiusXProperty); }
1482 set { SetValue (RadiusXProperty, value); }
1485 public double RadiusY {
1486 get { return (double) GetValue (RadiusYProperty); }
1487 set { SetValue (RadiusYProperty, value); }
1491 partial class Geometry {
1492 public static readonly DependencyProperty TransformProperty = DependencyProperty.Lookup (Kind.GEOMETRY, "Transform", typeof (Transform));
1494 public Transform Transform {
1495 get { return (Transform) GetValue (TransformProperty); }
1496 set { SetValue (TransformProperty, value); }
1500 partial class GeometryGroup {
1501 public static readonly DependencyProperty ChildrenProperty = DependencyProperty.Lookup (Kind.GEOMETRYGROUP, "Children", typeof (GeometryCollection));
1502 public static readonly DependencyProperty FillRuleProperty = DependencyProperty.Lookup (Kind.GEOMETRYGROUP, "FillRule", typeof (FillRule));
1504 public GeometryCollection Children {
1505 get { return (GeometryCollection) GetValue (ChildrenProperty); }
1506 set { SetValue (ChildrenProperty, value); }
1509 public FillRule FillRule {
1510 get { return (FillRule) GetValue (FillRuleProperty); }
1511 set { SetValue (FillRuleProperty, value); }
1515 partial class GradientBrush {
1516 public static readonly DependencyProperty ColorInterpolationModeProperty = DependencyProperty.Lookup (Kind.GRADIENTBRUSH, "ColorInterpolationMode", typeof (ColorInterpolationMode));
1517 public static readonly DependencyProperty GradientStopsProperty = DependencyProperty.Lookup (Kind.GRADIENTBRUSH, "GradientStops", typeof (GradientStopCollection));
1518 public static readonly DependencyProperty MappingModeProperty = DependencyProperty.Lookup (Kind.GRADIENTBRUSH, "MappingMode", typeof (BrushMappingMode));
1519 public static readonly DependencyProperty SpreadMethodProperty = DependencyProperty.Lookup (Kind.GRADIENTBRUSH, "SpreadMethod", typeof (GradientSpreadMethod));
1521 public ColorInterpolationMode ColorInterpolationMode {
1522 get { return (ColorInterpolationMode) GetValue (ColorInterpolationModeProperty); }
1523 set { SetValue (ColorInterpolationModeProperty, value); }
1526 public GradientStopCollection GradientStops {
1527 get { return (GradientStopCollection) GetValue (GradientStopsProperty); }
1528 set { SetValue (GradientStopsProperty, value); }
1531 public BrushMappingMode MappingMode {
1532 get { return (BrushMappingMode) GetValue (MappingModeProperty); }
1533 set { SetValue (MappingModeProperty, value); }
1536 public GradientSpreadMethod SpreadMethod {
1537 get { return (GradientSpreadMethod) GetValue (SpreadMethodProperty); }
1538 set { SetValue (SpreadMethodProperty, value); }
1542 partial class GradientStop {
1543 public static readonly DependencyProperty ColorProperty = DependencyProperty.Lookup (Kind.GRADIENTSTOP, "Color", typeof (Color));
1544 public static readonly DependencyProperty OffsetProperty = DependencyProperty.Lookup (Kind.GRADIENTSTOP, "Offset", typeof (double));
1546 public Color Color {
1547 get { return (Color) GetValue (ColorProperty); }
1548 set { SetValue (ColorProperty, value); }
1551 public double Offset {
1552 get { return (double) GetValue (OffsetProperty); }
1553 set { SetValue (OffsetProperty, value); }
1557 partial class ImageBrush {
1558 private static readonly DependencyProperty DownloadProgressProperty = DependencyProperty.Lookup (Kind.IMAGEBRUSH, "DownloadProgress", typeof (double));
1559 public static readonly DependencyProperty ImageSourceProperty = DependencyProperty.Lookup (Kind.IMAGEBRUSH, "ImageSource", typeof (ImageSource));
1561 private double DownloadProgress {
1562 get { return (double) GetValue (DownloadProgressProperty); }
1563 set { SetValue (DownloadProgressProperty, value); }
1566 public ImageSource ImageSource {
1567 get { return (ImageSource) GetValue (ImageSourceProperty); }
1568 set { SetValue (ImageSourceProperty, value); }
1572 partial class LinearGradientBrush {
1573 public static readonly DependencyProperty EndPointProperty = DependencyProperty.Lookup (Kind.LINEARGRADIENTBRUSH, "EndPoint", typeof (Point));
1574 public static readonly DependencyProperty StartPointProperty = DependencyProperty.Lookup (Kind.LINEARGRADIENTBRUSH, "StartPoint", typeof (Point));
1576 public Point EndPoint {
1577 get { return (Point) GetValue (EndPointProperty); }
1578 set { SetValue (EndPointProperty, value); }
1581 public Point StartPoint {
1582 get { return (Point) GetValue (StartPointProperty); }
1583 set { SetValue (StartPointProperty, value); }
1587 partial class LineGeometry {
1588 public static readonly DependencyProperty EndPointProperty = DependencyProperty.Lookup (Kind.LINEGEOMETRY, "EndPoint", typeof (Point));
1589 public static readonly DependencyProperty StartPointProperty = DependencyProperty.Lookup (Kind.LINEGEOMETRY, "StartPoint", typeof (Point));
1591 public Point EndPoint {
1592 get { return (Point) GetValue (EndPointProperty); }
1593 set { SetValue (EndPointProperty, value); }
1596 public Point StartPoint {
1597 get { return (Point) GetValue (StartPointProperty); }
1598 set { SetValue (StartPointProperty, value); }
1602 partial class LineSegment {
1603 public static readonly DependencyProperty PointProperty = DependencyProperty.Lookup (Kind.LINESEGMENT, "Point", typeof (Point));
1605 public Point Point {
1606 get { return (Point) GetValue (PointProperty); }
1607 set { SetValue (PointProperty, value); }
1611 partial class Matrix3DProjection {
1612 public static readonly DependencyProperty ProjectionMatrixProperty = DependencyProperty.Lookup (Kind.MATRIX3DPROJECTION, "ProjectionMatrix", typeof (Matrix3D));
1614 public Matrix3D ProjectionMatrix {
1615 get { return (Matrix3D) GetValue (ProjectionMatrixProperty); }
1616 set { SetValue (ProjectionMatrixProperty, value); }
1620 partial class MatrixTransform {
1621 public static readonly DependencyProperty MatrixProperty = DependencyProperty.Lookup (Kind.MATRIXTRANSFORM, "Matrix", typeof (Matrix));
1623 public Matrix Matrix {
1624 get { return (Matrix) GetValue (MatrixProperty); }
1625 set { SetValue (MatrixProperty, value); }
1629 partial class MediaAttribute {
1630 public static readonly DependencyProperty ValueProperty = DependencyProperty.Lookup (Kind.MEDIAATTRIBUTE, "Value", typeof (string));
1632 public string Value {
1633 get { return (string) GetValue (ValueProperty); }
1634 set { SetValue (ValueProperty, value); }
1638 partial class MultiScaleTileSource {
1639 internal static readonly DependencyProperty ImageHeightProperty = DependencyProperty.Lookup (Kind.MULTISCALETILESOURCE, "ImageHeight", typeof (double));
1640 internal static readonly DependencyProperty ImageWidthProperty = DependencyProperty.Lookup (Kind.MULTISCALETILESOURCE, "ImageWidth", typeof (double));
1641 private static readonly DependencyProperty TileBlendTimeProperty = DependencyProperty.Lookup (Kind.MULTISCALETILESOURCE, "TileBlendTime", typeof (TimeSpan));
1642 internal static readonly DependencyProperty TileHeightProperty = DependencyProperty.Lookup (Kind.MULTISCALETILESOURCE, "TileHeight", typeof (int));
1643 internal static readonly DependencyProperty TileOverlapProperty = DependencyProperty.Lookup (Kind.MULTISCALETILESOURCE, "TileOverlap", typeof (int));
1644 internal static readonly DependencyProperty TileWidthProperty = DependencyProperty.Lookup (Kind.MULTISCALETILESOURCE, "TileWidth", typeof (int));
1646 internal double ImageHeight {
1647 get { return (double) GetValue (ImageHeightProperty); }
1648 set { SetValue (ImageHeightProperty, value); }
1651 internal double ImageWidth {
1652 get { return (double) GetValue (ImageWidthProperty); }
1653 set { SetValue (ImageWidthProperty, value); }
1656 protected TimeSpan TileBlendTime {
1657 get { return (TimeSpan) GetValue (TileBlendTimeProperty); }
1658 set { SetValue (TileBlendTimeProperty, value); }
1661 internal int TileHeight {
1662 get { return (int) GetValue (TileHeightProperty); }
1663 set { SetValue (TileHeightProperty, value); }
1666 internal int TileOverlap {
1667 get { return (int) GetValue (TileOverlapProperty); }
1668 set { SetValue (TileOverlapProperty, value); }
1671 internal int TileWidth {
1672 get { return (int) GetValue (TileWidthProperty); }
1673 set { SetValue (TileWidthProperty, value); }
1677 partial class PathFigure {
1678 public static readonly DependencyProperty IsClosedProperty = DependencyProperty.Lookup (Kind.PATHFIGURE, "IsClosed", typeof (bool));
1679 public static readonly DependencyProperty IsFilledProperty = DependencyProperty.Lookup (Kind.PATHFIGURE, "IsFilled", typeof (bool));
1680 public static readonly DependencyProperty SegmentsProperty = DependencyProperty.Lookup (Kind.PATHFIGURE, "Segments", typeof (PathSegmentCollection));
1681 public static readonly DependencyProperty StartPointProperty = DependencyProperty.Lookup (Kind.PATHFIGURE, "StartPoint", typeof (Point));
1683 public bool IsClosed {
1684 get { return (bool) GetValue (IsClosedProperty); }
1685 set { SetValue (IsClosedProperty, value); }
1688 public bool IsFilled {
1689 get { return (bool) GetValue (IsFilledProperty); }
1690 set { SetValue (IsFilledProperty, value); }
1693 public PathSegmentCollection Segments {
1694 get { return (PathSegmentCollection) GetValue (SegmentsProperty); }
1695 set { SetValue (SegmentsProperty, value); }
1698 public Point StartPoint {
1699 get { return (Point) GetValue (StartPointProperty); }
1700 set { SetValue (StartPointProperty, value); }
1704 partial class PathGeometry {
1705 public static readonly DependencyProperty FiguresProperty = DependencyProperty.Lookup (Kind.PATHGEOMETRY, "Figures", typeof (PathFigureCollection));
1706 public static readonly DependencyProperty FillRuleProperty = DependencyProperty.Lookup (Kind.PATHGEOMETRY, "FillRule", typeof (FillRule));
1708 public PathFigureCollection Figures {
1709 get { return (PathFigureCollection) GetValue (FiguresProperty); }
1710 set { SetValue (FiguresProperty, value); }
1713 public FillRule FillRule {
1714 get { return (FillRule) GetValue (FillRuleProperty); }
1715 set { SetValue (FillRuleProperty, value); }
1719 partial class PlaneProjection {
1720 public static readonly DependencyProperty CenterOfRotationXProperty = DependencyProperty.Lookup (Kind.PLANEPROJECTION, "CenterOfRotationX", typeof (double));
1721 public static readonly DependencyProperty CenterOfRotationYProperty = DependencyProperty.Lookup (Kind.PLANEPROJECTION, "CenterOfRotationY", typeof (double));
1722 public static readonly DependencyProperty CenterOfRotationZProperty = DependencyProperty.Lookup (Kind.PLANEPROJECTION, "CenterOfRotationZ", typeof (double));
1723 public static readonly DependencyProperty GlobalOffsetXProperty = DependencyProperty.Lookup (Kind.PLANEPROJECTION, "GlobalOffsetX", typeof (double));
1724 public static readonly DependencyProperty GlobalOffsetYProperty = DependencyProperty.Lookup (Kind.PLANEPROJECTION, "GlobalOffsetY", typeof (double));
1725 public static readonly DependencyProperty GlobalOffsetZProperty = DependencyProperty.Lookup (Kind.PLANEPROJECTION, "GlobalOffsetZ", typeof (double));
1726 public static readonly DependencyProperty LocalOffsetXProperty = DependencyProperty.Lookup (Kind.PLANEPROJECTION, "LocalOffsetX", typeof (double));
1727 public static readonly DependencyProperty LocalOffsetYProperty = DependencyProperty.Lookup (Kind.PLANEPROJECTION, "LocalOffsetY", typeof (double));
1728 public static readonly DependencyProperty LocalOffsetZProperty = DependencyProperty.Lookup (Kind.PLANEPROJECTION, "LocalOffsetZ", typeof (double));
1729 public static readonly DependencyProperty ProjectionMatrixProperty = DependencyProperty.Lookup (Kind.PLANEPROJECTION, "ProjectionMatrix", typeof (Matrix3D));
1730 public static readonly DependencyProperty RotationXProperty = DependencyProperty.Lookup (Kind.PLANEPROJECTION, "RotationX", typeof (double));
1731 public static readonly DependencyProperty RotationYProperty = DependencyProperty.Lookup (Kind.PLANEPROJECTION, "RotationY", typeof (double));
1732 public static readonly DependencyProperty RotationZProperty = DependencyProperty.Lookup (Kind.PLANEPROJECTION, "RotationZ", typeof (double));
1734 public double CenterOfRotationX {
1735 get { return (double) GetValue (CenterOfRotationXProperty); }
1736 set { SetValue (CenterOfRotationXProperty, value); }
1739 public double CenterOfRotationY {
1740 get { return (double) GetValue (CenterOfRotationYProperty); }
1741 set { SetValue (CenterOfRotationYProperty, value); }
1744 public double CenterOfRotationZ {
1745 get { return (double) GetValue (CenterOfRotationZProperty); }
1746 set { SetValue (CenterOfRotationZProperty, value); }
1749 public double GlobalOffsetX {
1750 get { return (double) GetValue (GlobalOffsetXProperty); }
1751 set { SetValue (GlobalOffsetXProperty, value); }
1754 public double GlobalOffsetY {
1755 get { return (double) GetValue (GlobalOffsetYProperty); }
1756 set { SetValue (GlobalOffsetYProperty, value); }
1759 public double GlobalOffsetZ {
1760 get { return (double) GetValue (GlobalOffsetZProperty); }
1761 set { SetValue (GlobalOffsetZProperty, value); }
1764 public double LocalOffsetX {
1765 get { return (double) GetValue (LocalOffsetXProperty); }
1766 set { SetValue (LocalOffsetXProperty, value); }
1769 public double LocalOffsetY {
1770 get { return (double) GetValue (LocalOffsetYProperty); }
1771 set { SetValue (LocalOffsetYProperty, value); }
1774 public double LocalOffsetZ {
1775 get { return (double) GetValue (LocalOffsetZProperty); }
1776 set { SetValue (LocalOffsetZProperty, value); }
1779 public Matrix3D ProjectionMatrix {
1780 get { return (Matrix3D) GetValue (ProjectionMatrixProperty); }
1781 internal set { SetValue (ProjectionMatrixProperty, value); }
1784 public double RotationX {
1785 get { return (double) GetValue (RotationXProperty); }
1786 set { SetValue (RotationXProperty, value); }
1789 public double RotationY {
1790 get { return (double) GetValue (RotationYProperty); }
1791 set { SetValue (RotationYProperty, value); }
1794 public double RotationZ {
1795 get { return (double) GetValue (RotationZProperty); }
1796 set { SetValue (RotationZProperty, value); }
1800 partial class PolyBezierSegment {
1801 public static readonly DependencyProperty PointsProperty = DependencyProperty.Lookup (Kind.POLYBEZIERSEGMENT, "Points", typeof (PointCollection));
1803 public PointCollection Points {
1804 get { return (PointCollection) GetValue (PointsProperty); }
1805 set { SetValue (PointsProperty, value); }
1809 partial class PolyLineSegment {
1810 public static readonly DependencyProperty PointsProperty = DependencyProperty.Lookup (Kind.POLYLINESEGMENT, "Points", typeof (PointCollection));
1812 public PointCollection Points {
1813 get { return (PointCollection) GetValue (PointsProperty); }
1814 set { SetValue (PointsProperty, value); }
1818 partial class PolyQuadraticBezierSegment {
1819 public static readonly DependencyProperty PointsProperty = DependencyProperty.Lookup (Kind.POLYQUADRATICBEZIERSEGMENT, "Points", typeof (PointCollection));
1821 public PointCollection Points {
1822 get { return (PointCollection) GetValue (PointsProperty); }
1823 set { SetValue (PointsProperty, value); }
1827 partial class QuadraticBezierSegment {
1828 public static readonly DependencyProperty Point1Property = DependencyProperty.Lookup (Kind.QUADRATICBEZIERSEGMENT, "Point1", typeof (Point));
1829 public static readonly DependencyProperty Point2Property = DependencyProperty.Lookup (Kind.QUADRATICBEZIERSEGMENT, "Point2", typeof (Point));
1831 public Point Point1 {
1832 get { return (Point) GetValue (Point1Property); }
1833 set { SetValue (Point1Property, value); }
1836 public Point Point2 {
1837 get { return (Point) GetValue (Point2Property); }
1838 set { SetValue (Point2Property, value); }
1842 partial class RadialGradientBrush {
1843 public static readonly DependencyProperty CenterProperty = DependencyProperty.Lookup (Kind.RADIALGRADIENTBRUSH, "Center", typeof (Point));
1844 public static readonly DependencyProperty GradientOriginProperty = DependencyProperty.Lookup (Kind.RADIALGRADIENTBRUSH, "GradientOrigin", typeof (Point));
1845 public static readonly DependencyProperty RadiusXProperty = DependencyProperty.Lookup (Kind.RADIALGRADIENTBRUSH, "RadiusX", typeof (double));
1846 public static readonly DependencyProperty RadiusYProperty = DependencyProperty.Lookup (Kind.RADIALGRADIENTBRUSH, "RadiusY", typeof (double));
1848 public Point Center {
1849 get { return (Point) GetValue (CenterProperty); }
1850 set { SetValue (CenterProperty, value); }
1853 public Point GradientOrigin {
1854 get { return (Point) GetValue (GradientOriginProperty); }
1855 set { SetValue (GradientOriginProperty, value); }
1858 public double RadiusX {
1859 get { return (double) GetValue (RadiusXProperty); }
1860 set { SetValue (RadiusXProperty, value); }
1863 public double RadiusY {
1864 get { return (double) GetValue (RadiusYProperty); }
1865 set { SetValue (RadiusYProperty, value); }
1869 partial class RectangleGeometry {
1870 public static readonly DependencyProperty RadiusXProperty = DependencyProperty.Lookup (Kind.RECTANGLEGEOMETRY, "RadiusX", typeof (double));
1871 public static readonly DependencyProperty RadiusYProperty = DependencyProperty.Lookup (Kind.RECTANGLEGEOMETRY, "RadiusY", typeof (double));
1872 public static readonly DependencyProperty RectProperty = DependencyProperty.Lookup (Kind.RECTANGLEGEOMETRY, "Rect", typeof (Rect));
1874 public double RadiusX {
1875 get { return (double) GetValue (RadiusXProperty); }
1876 set { SetValue (RadiusXProperty, value); }
1879 public double RadiusY {
1880 get { return (double) GetValue (RadiusYProperty); }
1881 set { SetValue (RadiusYProperty, value); }
1884 public Rect Rect {
1885 get { return (Rect) GetValue (RectProperty); }
1886 set { SetValue (RectProperty, value); }
1890 partial class RotateTransform {
1891 public static readonly DependencyProperty AngleProperty = DependencyProperty.Lookup (Kind.ROTATETRANSFORM, "Angle", typeof (double));
1892 public static readonly DependencyProperty CenterXProperty = DependencyProperty.Lookup (Kind.ROTATETRANSFORM, "CenterX", typeof (double));
1893 public static readonly DependencyProperty CenterYProperty = DependencyProperty.Lookup (Kind.ROTATETRANSFORM, "CenterY", typeof (double));
1895 public double Angle {
1896 get { return (double) GetValue (AngleProperty); }
1897 set { SetValue (AngleProperty, value); }
1900 public double CenterX {
1901 get { return (double) GetValue (CenterXProperty); }
1902 set { SetValue (CenterXProperty, value); }
1905 public double CenterY {
1906 get { return (double) GetValue (CenterYProperty); }
1907 set { SetValue (CenterYProperty, value); }
1911 partial class ScaleTransform {
1912 public static readonly DependencyProperty CenterXProperty = DependencyProperty.Lookup (Kind.SCALETRANSFORM, "CenterX", typeof (double));
1913 public static readonly DependencyProperty CenterYProperty = DependencyProperty.Lookup (Kind.SCALETRANSFORM, "CenterY", typeof (double));
1914 public static readonly DependencyProperty ScaleXProperty = DependencyProperty.Lookup (Kind.SCALETRANSFORM, "ScaleX", typeof (double));
1915 public static readonly DependencyProperty ScaleYProperty = DependencyProperty.Lookup (Kind.SCALETRANSFORM, "ScaleY", typeof (double));
1917 public double CenterX {
1918 get { return (double) GetValue (CenterXProperty); }
1919 set { SetValue (CenterXProperty, value); }
1922 public double CenterY {
1923 get { return (double) GetValue (CenterYProperty); }
1924 set { SetValue (CenterYProperty, value); }
1927 public double ScaleX {
1928 get { return (double) GetValue (ScaleXProperty); }
1929 set { SetValue (ScaleXProperty, value); }
1932 public double ScaleY {
1933 get { return (double) GetValue (ScaleYProperty); }
1934 set { SetValue (ScaleYProperty, value); }
1938 partial class SkewTransform {
1939 public static readonly DependencyProperty AngleXProperty = DependencyProperty.Lookup (Kind.SKEWTRANSFORM, "AngleX", typeof (double));
1940 public static readonly DependencyProperty AngleYProperty = DependencyProperty.Lookup (Kind.SKEWTRANSFORM, "AngleY", typeof (double));
1941 public static readonly DependencyProperty CenterXProperty = DependencyProperty.Lookup (Kind.SKEWTRANSFORM, "CenterX", typeof (double));
1942 public static readonly DependencyProperty CenterYProperty = DependencyProperty.Lookup (Kind.SKEWTRANSFORM, "CenterY", typeof (double));
1944 public double AngleX {
1945 get { return (double) GetValue (AngleXProperty); }
1946 set { SetValue (AngleXProperty, value); }
1949 public double AngleY {
1950 get { return (double) GetValue (AngleYProperty); }
1951 set { SetValue (AngleYProperty, value); }
1954 public double CenterX {
1955 get { return (double) GetValue (CenterXProperty); }
1956 set { SetValue (CenterXProperty, value); }
1959 public double CenterY {
1960 get { return (double) GetValue (CenterYProperty); }
1961 set { SetValue (CenterYProperty, value); }
1965 partial class SolidColorBrush {
1966 public static readonly DependencyProperty ColorProperty = DependencyProperty.Lookup (Kind.SOLIDCOLORBRUSH, "Color", typeof (Color));
1968 public Color Color {
1969 get { return (Color) GetValue (ColorProperty); }
1970 set { SetValue (ColorProperty, value); }
1974 partial class TextOptions {
1975 public static readonly DependencyProperty TextHintingModeProperty = DependencyProperty.Lookup (Kind.TEXTOPTIONS, "TextHintingMode", typeof (TextHintingMode));
1978 partial class TileBrush {
1979 public static readonly DependencyProperty AlignmentXProperty = DependencyProperty.Lookup (Kind.TILEBRUSH, "AlignmentX", typeof (AlignmentX));
1980 public static readonly DependencyProperty AlignmentYProperty = DependencyProperty.Lookup (Kind.TILEBRUSH, "AlignmentY", typeof (AlignmentY));
1981 public static readonly DependencyProperty StretchProperty = DependencyProperty.Lookup (Kind.TILEBRUSH, "Stretch", typeof (Stretch));
1983 public AlignmentX AlignmentX {
1984 get { return (AlignmentX) GetValue (AlignmentXProperty); }
1985 set { SetValue (AlignmentXProperty, value); }
1988 public AlignmentY AlignmentY {
1989 get { return (AlignmentY) GetValue (AlignmentYProperty); }
1990 set { SetValue (AlignmentYProperty, value); }
1993 public Stretch Stretch {
1994 get { return (Stretch) GetValue (StretchProperty); }
1995 set { SetValue (StretchProperty, value); }
1999 partial class TimelineMarker {
2000 public static readonly DependencyProperty TextProperty = DependencyProperty.Lookup (Kind.TIMELINEMARKER, "Text", typeof (string));
2001 public static readonly DependencyProperty TimeProperty = DependencyProperty.Lookup (Kind.TIMELINEMARKER, "Time", typeof (TimeSpan));
2002 public static readonly DependencyProperty TypeProperty = DependencyProperty.Lookup (Kind.TIMELINEMARKER, "Type", typeof (string));
2004 public string Text {
2005 get { return (string) GetValue (TextProperty); }
2006 set { SetValue (TextProperty, value); }
2009 public TimeSpan Time {
2010 get { return (TimeSpan) GetValue (TimeProperty); }
2011 set { SetValue (TimeProperty, value); }
2014 public string Type {
2015 get { return (string) GetValue (TypeProperty); }
2016 set { SetValue (TypeProperty, value); }
2020 partial class TransformGroup {
2021 public static readonly DependencyProperty ChildrenProperty = DependencyProperty.Lookup (Kind.TRANSFORMGROUP, "Children", typeof (TransformCollection));
2023 public TransformCollection Children {
2024 get { return (TransformCollection) GetValue (ChildrenProperty); }
2025 set { SetValue (ChildrenProperty, value); }
2029 partial class TranslateTransform {
2030 public static readonly DependencyProperty XProperty = DependencyProperty.Lookup (Kind.TRANSLATETRANSFORM, "X", typeof (double));
2031 public static readonly DependencyProperty YProperty = DependencyProperty.Lookup (Kind.TRANSLATETRANSFORM, "Y", typeof (double));
2033 public double X {
2034 get { return (double) GetValue (XProperty); }
2035 set { SetValue (XProperty, value); }
2038 public double Y {
2039 get { return (double) GetValue (YProperty); }
2040 set { SetValue (YProperty, value); }
2044 partial class VideoBrush {
2045 public static readonly DependencyProperty SourceNameProperty = DependencyProperty.Lookup (Kind.VIDEOBRUSH, "SourceName", typeof (string));
2047 public string SourceName {
2048 get { return (string) GetValue (SourceNameProperty); }
2049 set { SetValue (SourceNameProperty, value); }
2054 namespace System.Windows.Media.Animation {
2055 partial class BackEase {
2056 public static readonly DependencyProperty AmplitudeProperty = DependencyProperty.Lookup (Kind.BACKEASE, "Amplitude", typeof (double));
2058 public double Amplitude {
2059 get { return (double) GetValue (AmplitudeProperty); }
2060 set { SetValue (AmplitudeProperty, value); }
2064 partial class BeginStoryboard {
2065 public static readonly DependencyProperty StoryboardProperty = DependencyProperty.Lookup (Kind.BEGINSTORYBOARD, "Storyboard", typeof (Storyboard));
2067 public Storyboard Storyboard {
2068 get { return (Storyboard) GetValue (StoryboardProperty); }
2069 set { SetValue (StoryboardProperty, value); }
2073 partial class BounceEase {
2074 public static readonly DependencyProperty BouncesProperty = DependencyProperty.Lookup (Kind.BOUNCEEASE, "Bounces", typeof (int));
2075 public static readonly DependencyProperty BouncinessProperty = DependencyProperty.Lookup (Kind.BOUNCEEASE, "Bounciness", typeof (double));
2077 public int Bounces {
2078 get { return (int) GetValue (BouncesProperty); }
2079 set { SetValue (BouncesProperty, value); }
2082 public double Bounciness {
2083 get { return (double) GetValue (BouncinessProperty); }
2084 set { SetValue (BouncinessProperty, value); }
2088 partial class ColorAnimation {
2089 public static readonly DependencyProperty ByProperty = DependencyProperty.Lookup (Kind.COLORANIMATION, "By", typeof (Nullable<Color>));
2090 public static readonly DependencyProperty EasingFunctionProperty = DependencyProperty.Lookup (Kind.COLORANIMATION, "EasingFunction", typeof (IEasingFunction));
2091 public static readonly DependencyProperty FromProperty = DependencyProperty.Lookup (Kind.COLORANIMATION, "From", typeof (Nullable<Color>));
2092 public static readonly DependencyProperty ToProperty = DependencyProperty.Lookup (Kind.COLORANIMATION, "To", typeof (Nullable<Color>));
2094 public Nullable<Color> By {
2095 get { return (Nullable<Color>) GetValue (ByProperty); }
2096 set { SetValue (ByProperty, value); }
2099 public IEasingFunction EasingFunction {
2100 get { return (IEasingFunction) GetValue (EasingFunctionProperty); }
2101 set { SetValue (EasingFunctionProperty, value); }
2104 public Nullable<Color> From {
2105 get { return (Nullable<Color>) GetValue (FromProperty); }
2106 set { SetValue (FromProperty, value); }
2109 public Nullable<Color> To {
2110 get { return (Nullable<Color>) GetValue (ToProperty); }
2111 set { SetValue (ToProperty, value); }
2115 partial class ColorAnimationUsingKeyFrames {
2116 internal static readonly DependencyProperty KeyFramesProperty = DependencyProperty.Lookup (Kind.COLORANIMATIONUSINGKEYFRAMES, "KeyFrames", typeof (ColorKeyFrameCollection));
2118 public ColorKeyFrameCollection KeyFrames {
2119 get { return (ColorKeyFrameCollection) GetValue (KeyFramesProperty); }
2120 internal set { SetValue (KeyFramesProperty, value); }
2124 partial class ColorKeyFrame {
2125 public static readonly DependencyProperty KeyTimeProperty = DependencyProperty.Lookup (Kind.COLORKEYFRAME, "KeyTime", typeof (KeyTime));
2126 public static readonly DependencyProperty ValueProperty = DependencyProperty.Lookup (Kind.COLORKEYFRAME, "Value", typeof (Color));
2128 public KeyTime KeyTime {
2129 get { return (KeyTime) GetValue (KeyTimeProperty); }
2130 set { SetValue (KeyTimeProperty, value); }
2133 public Color Value {
2134 get { return (Color) GetValue (ValueProperty); }
2135 set { SetValue (ValueProperty, value); }
2139 partial class DoubleAnimation {
2140 public static readonly DependencyProperty ByProperty = DependencyProperty.Lookup (Kind.DOUBLEANIMATION, "By", typeof (Nullable<double>));
2141 public static readonly DependencyProperty EasingFunctionProperty = DependencyProperty.Lookup (Kind.DOUBLEANIMATION, "EasingFunction", typeof (IEasingFunction));
2142 public static readonly DependencyProperty FromProperty = DependencyProperty.Lookup (Kind.DOUBLEANIMATION, "From", typeof (Nullable<double>));
2143 public static readonly DependencyProperty ToProperty = DependencyProperty.Lookup (Kind.DOUBLEANIMATION, "To", typeof (Nullable<double>));
2145 public Nullable<double> By {
2146 get { return (Nullable<double>) GetValue (ByProperty); }
2147 set { SetValue (ByProperty, value); }
2150 public IEasingFunction EasingFunction {
2151 get { return (IEasingFunction) GetValue (EasingFunctionProperty); }
2152 set { SetValue (EasingFunctionProperty, value); }
2155 public Nullable<double> From {
2156 get { return (Nullable<double>) GetValue (FromProperty); }
2157 set { SetValue (FromProperty, value); }
2160 public Nullable<double> To {
2161 get { return (Nullable<double>) GetValue (ToProperty); }
2162 set { SetValue (ToProperty, value); }
2166 partial class DoubleAnimationUsingKeyFrames {
2167 internal static readonly DependencyProperty KeyFramesProperty = DependencyProperty.Lookup (Kind.DOUBLEANIMATIONUSINGKEYFRAMES, "KeyFrames", typeof (DoubleKeyFrameCollection));
2169 public DoubleKeyFrameCollection KeyFrames {
2170 get { return (DoubleKeyFrameCollection) GetValue (KeyFramesProperty); }
2171 internal set { SetValue (KeyFramesProperty, value); }
2175 partial class DoubleKeyFrame {
2176 public static readonly DependencyProperty KeyTimeProperty = DependencyProperty.Lookup (Kind.DOUBLEKEYFRAME, "KeyTime", typeof (KeyTime));
2177 public static readonly DependencyProperty ValueProperty = DependencyProperty.Lookup (Kind.DOUBLEKEYFRAME, "Value", typeof (double));
2179 public KeyTime KeyTime {
2180 get { return (KeyTime) GetValue (KeyTimeProperty); }
2181 set { SetValue (KeyTimeProperty, value); }
2184 public double Value {
2185 get { return (double) GetValue (ValueProperty); }
2186 set { SetValue (ValueProperty, value); }
2190 partial class EasingColorKeyFrame {
2191 public static readonly DependencyProperty EasingFunctionProperty = DependencyProperty.Lookup (Kind.EASINGCOLORKEYFRAME, "EasingFunction", typeof (IEasingFunction));
2193 public IEasingFunction EasingFunction {
2194 get { return (IEasingFunction) GetValue (EasingFunctionProperty); }
2195 set { SetValue (EasingFunctionProperty, value); }
2199 partial class EasingDoubleKeyFrame {
2200 public static readonly DependencyProperty EasingFunctionProperty = DependencyProperty.Lookup (Kind.EASINGDOUBLEKEYFRAME, "EasingFunction", typeof (IEasingFunction));
2202 public IEasingFunction EasingFunction {
2203 get { return (IEasingFunction) GetValue (EasingFunctionProperty); }
2204 set { SetValue (EasingFunctionProperty, value); }
2208 partial class EasingFunctionBase {
2209 public static readonly DependencyProperty EasingModeProperty = DependencyProperty.Lookup (Kind.EASINGFUNCTIONBASE, "EasingMode", typeof (EasingMode));
2211 public EasingMode EasingMode {
2212 get { return (EasingMode) GetValue (EasingModeProperty); }
2213 set { SetValue (EasingModeProperty, value); }
2217 partial class EasingPointKeyFrame {
2218 public static readonly DependencyProperty EasingFunctionProperty = DependencyProperty.Lookup (Kind.EASINGPOINTKEYFRAME, "EasingFunction", typeof (IEasingFunction));
2220 public IEasingFunction EasingFunction {
2221 get { return (IEasingFunction) GetValue (EasingFunctionProperty); }
2222 set { SetValue (EasingFunctionProperty, value); }
2226 partial class ElasticEase {
2227 public static readonly DependencyProperty OscillationsProperty = DependencyProperty.Lookup (Kind.ELASTICEASE, "Oscillations", typeof (int));
2228 public static readonly DependencyProperty SpringinessProperty = DependencyProperty.Lookup (Kind.ELASTICEASE, "Springiness", typeof (double));
2230 public int Oscillations {
2231 get { return (int) GetValue (OscillationsProperty); }
2232 set { SetValue (OscillationsProperty, value); }
2235 public double Springiness {
2236 get { return (double) GetValue (SpringinessProperty); }
2237 set { SetValue (SpringinessProperty, value); }
2241 partial class ExponentialEase {
2242 public static readonly DependencyProperty ExponentProperty = DependencyProperty.Lookup (Kind.EXPONENTIALEASE, "Exponent", typeof (double));
2244 public double Exponent {
2245 get { return (double) GetValue (ExponentProperty); }
2246 set { SetValue (ExponentProperty, value); }
2250 partial class KeySpline {
2251 internal static readonly DependencyProperty ControlPoint1Property = DependencyProperty.Lookup (Kind.KEYSPLINE, "ControlPoint1", typeof (Point));
2252 internal static readonly DependencyProperty ControlPoint2Property = DependencyProperty.Lookup (Kind.KEYSPLINE, "ControlPoint2", typeof (Point));
2254 public Point ControlPoint1 {
2255 get { return (Point) GetValue (ControlPoint1Property); }
2256 set { SetValue (ControlPoint1Property, value); }
2259 public Point ControlPoint2 {
2260 get { return (Point) GetValue (ControlPoint2Property); }
2261 set { SetValue (ControlPoint2Property, value); }
2265 partial class ObjectAnimationUsingKeyFrames {
2266 internal static readonly DependencyProperty KeyFramesProperty = DependencyProperty.Lookup (Kind.OBJECTANIMATIONUSINGKEYFRAMES, "KeyFrames", typeof (ObjectKeyFrameCollection));
2268 public ObjectKeyFrameCollection KeyFrames {
2269 get { return (ObjectKeyFrameCollection) GetValue (KeyFramesProperty); }
2270 internal set { SetValue (KeyFramesProperty, value); }
2274 partial class ObjectKeyFrame {
2275 internal static readonly DependencyProperty ConvertedValueProperty = DependencyProperty.Lookup (Kind.OBJECTKEYFRAME, "ConvertedValue", typeof (object));
2276 public static readonly DependencyProperty KeyTimeProperty = DependencyProperty.Lookup (Kind.OBJECTKEYFRAME, "KeyTime", typeof (KeyTime));
2277 public static readonly DependencyProperty ValueProperty = DependencyProperty.Lookup (Kind.OBJECTKEYFRAME, "Value", typeof (object));
2279 public KeyTime KeyTime {
2280 get { return (KeyTime) GetValue (KeyTimeProperty); }
2281 set { SetValue (KeyTimeProperty, value); }
2284 public object Value {
2285 get { return (object) GetValue (ValueProperty); }
2286 set { SetValue (ValueProperty, value); }
2290 partial class PointAnimation {
2291 public static readonly DependencyProperty ByProperty = DependencyProperty.Lookup (Kind.POINTANIMATION, "By", typeof (Nullable<Point>));
2292 public static readonly DependencyProperty EasingFunctionProperty = DependencyProperty.Lookup (Kind.POINTANIMATION, "EasingFunction", typeof (IEasingFunction));
2293 public static readonly DependencyProperty FromProperty = DependencyProperty.Lookup (Kind.POINTANIMATION, "From", typeof (Nullable<Point>));
2294 public static readonly DependencyProperty ToProperty = DependencyProperty.Lookup (Kind.POINTANIMATION, "To", typeof (Nullable<Point>));
2296 public Nullable<Point> By {
2297 get { return (Nullable<Point>) GetValue (ByProperty); }
2298 set { SetValue (ByProperty, value); }
2301 public IEasingFunction EasingFunction {
2302 get { return (IEasingFunction) GetValue (EasingFunctionProperty); }
2303 set { SetValue (EasingFunctionProperty, value); }
2306 public Nullable<Point> From {
2307 get { return (Nullable<Point>) GetValue (FromProperty); }
2308 set { SetValue (FromProperty, value); }
2311 public Nullable<Point> To {
2312 get { return (Nullable<Point>) GetValue (ToProperty); }
2313 set { SetValue (ToProperty, value); }
2317 partial class PointAnimationUsingKeyFrames {
2318 internal static readonly DependencyProperty KeyFramesProperty = DependencyProperty.Lookup (Kind.POINTANIMATIONUSINGKEYFRAMES, "KeyFrames", typeof (PointKeyFrameCollection));
2320 public PointKeyFrameCollection KeyFrames {
2321 get { return (PointKeyFrameCollection) GetValue (KeyFramesProperty); }
2322 internal set { SetValue (KeyFramesProperty, value); }
2326 partial class PointKeyFrame {
2327 public static readonly DependencyProperty KeyTimeProperty = DependencyProperty.Lookup (Kind.POINTKEYFRAME, "KeyTime", typeof (KeyTime));
2328 public static readonly DependencyProperty ValueProperty = DependencyProperty.Lookup (Kind.POINTKEYFRAME, "Value", typeof (Point));
2330 public KeyTime KeyTime {
2331 get { return (KeyTime) GetValue (KeyTimeProperty); }
2332 set { SetValue (KeyTimeProperty, value); }
2335 public Point Value {
2336 get { return (Point) GetValue (ValueProperty); }
2337 set { SetValue (ValueProperty, value); }
2341 partial class PowerEase {
2342 public static readonly DependencyProperty PowerProperty = DependencyProperty.Lookup (Kind.POWEREASE, "Power", typeof (double));
2344 public double Power {
2345 get { return (double) GetValue (PowerProperty); }
2346 set { SetValue (PowerProperty, value); }
2350 partial class SplineColorKeyFrame {
2351 public static readonly DependencyProperty KeySplineProperty = DependencyProperty.Lookup (Kind.SPLINECOLORKEYFRAME, "KeySpline", typeof (KeySpline));
2353 public KeySpline KeySpline {
2354 get { return (KeySpline) GetValue (KeySplineProperty); }
2355 set { SetValue (KeySplineProperty, value); }
2359 partial class SplineDoubleKeyFrame {
2360 public static readonly DependencyProperty KeySplineProperty = DependencyProperty.Lookup (Kind.SPLINEDOUBLEKEYFRAME, "KeySpline", typeof (KeySpline));
2362 public KeySpline KeySpline {
2363 get { return (KeySpline) GetValue (KeySplineProperty); }
2364 set { SetValue (KeySplineProperty, value); }
2368 partial class SplinePointKeyFrame {
2369 public static readonly DependencyProperty KeySplineProperty = DependencyProperty.Lookup (Kind.SPLINEPOINTKEYFRAME, "KeySpline", typeof (KeySpline));
2371 public KeySpline KeySpline {
2372 get { return (KeySpline) GetValue (KeySplineProperty); }
2373 set { SetValue (KeySplineProperty, value); }
2377 partial class Storyboard {
2378 public static readonly DependencyProperty TargetNameProperty = DependencyProperty.Lookup (Kind.STORYBOARD, "TargetName", typeof (string));
2379 public static readonly DependencyProperty TargetPropertyProperty = DependencyProperty.Lookup (Kind.STORYBOARD, "TargetProperty", typeof (PropertyPath));
2382 partial class Timeline {
2383 public static readonly DependencyProperty AutoReverseProperty = DependencyProperty.Lookup (Kind.TIMELINE, "AutoReverse", typeof (bool));
2384 public static readonly DependencyProperty BeginTimeProperty = DependencyProperty.Lookup (Kind.TIMELINE, "BeginTime", typeof (Nullable<TimeSpan>));
2385 public static readonly DependencyProperty DurationProperty = DependencyProperty.Lookup (Kind.TIMELINE, "Duration", typeof (Duration));
2386 public static readonly DependencyProperty FillBehaviorProperty = DependencyProperty.Lookup (Kind.TIMELINE, "FillBehavior", typeof (FillBehavior));
2387 public static readonly DependencyProperty RepeatBehaviorProperty = DependencyProperty.Lookup (Kind.TIMELINE, "RepeatBehavior", typeof (RepeatBehavior));
2388 public static readonly DependencyProperty SpeedRatioProperty = DependencyProperty.Lookup (Kind.TIMELINE, "SpeedRatio", typeof (double));
2390 public bool AutoReverse {
2391 get { return (bool) GetValue (AutoReverseProperty); }
2392 set { SetValue (AutoReverseProperty, value); }
2395 public Nullable<TimeSpan> BeginTime {
2396 get { return (Nullable<TimeSpan>) GetValue (BeginTimeProperty); }
2397 set { SetValue (BeginTimeProperty, value); }
2400 public Duration Duration {
2401 get { return (Duration) GetValue (DurationProperty); }
2402 set { SetValue (DurationProperty, value); }
2405 public FillBehavior FillBehavior {
2406 get { return (FillBehavior) GetValue (FillBehaviorProperty); }
2407 set { SetValue (FillBehaviorProperty, value); }
2410 public RepeatBehavior RepeatBehavior {
2411 get { return (RepeatBehavior) GetValue (RepeatBehaviorProperty); }
2412 set { SetValue (RepeatBehaviorProperty, value); }
2415 public double SpeedRatio {
2416 get { return (double) GetValue (SpeedRatioProperty); }
2417 set { SetValue (SpeedRatioProperty, value); }
2422 namespace System.Windows.Media.Effects {
2423 partial class BlurEffect {
2424 public static readonly DependencyProperty RadiusProperty = DependencyProperty.Lookup (Kind.BLUREFFECT, "Radius", typeof (double));
2426 public double Radius {
2427 get { return (double) GetValue (RadiusProperty); }
2428 set { SetValue (RadiusProperty, value); }
2432 partial class DropShadowEffect {
2433 public static readonly DependencyProperty BlurRadiusProperty = DependencyProperty.Lookup (Kind.DROPSHADOWEFFECT, "BlurRadius", typeof (double));
2434 public static readonly DependencyProperty ColorProperty = DependencyProperty.Lookup (Kind.DROPSHADOWEFFECT, "Color", typeof (Color));
2435 public static readonly DependencyProperty DirectionProperty = DependencyProperty.Lookup (Kind.DROPSHADOWEFFECT, "Direction", typeof (double));
2436 public static readonly DependencyProperty OpacityProperty = DependencyProperty.Lookup (Kind.DROPSHADOWEFFECT, "Opacity", typeof (double));
2437 public static readonly DependencyProperty ShadowDepthProperty = DependencyProperty.Lookup (Kind.DROPSHADOWEFFECT, "ShadowDepth", typeof (double));
2439 public double BlurRadius {
2440 get { return (double) GetValue (BlurRadiusProperty); }
2441 set { SetValue (BlurRadiusProperty, value); }
2444 public Color Color {
2445 get { return (Color) GetValue (ColorProperty); }
2446 set { SetValue (ColorProperty, value); }
2449 public double Direction {
2450 get { return (double) GetValue (DirectionProperty); }
2451 set { SetValue (DirectionProperty, value); }
2454 public double Opacity {
2455 get { return (double) GetValue (OpacityProperty); }
2456 set { SetValue (OpacityProperty, value); }
2459 public double ShadowDepth {
2460 get { return (double) GetValue (ShadowDepthProperty); }
2461 set { SetValue (ShadowDepthProperty, value); }
2465 partial class PixelShader {
2466 public static readonly DependencyProperty UriSourceProperty = DependencyProperty.Lookup (Kind.PIXELSHADER, "UriSource", typeof (Uri));
2468 public Uri UriSource {
2469 get { return (Uri) GetValue (UriSourceProperty); }
2470 set { SetValue (UriSourceProperty, value); }
2474 partial class ShaderEffect {
2475 internal static readonly DependencyProperty DdxUvDdyUvRegisterIndexProperty = DependencyProperty.Lookup (Kind.SHADEREFFECT, "DdxUvDdyUvRegisterIndex", typeof (int));
2476 internal static readonly DependencyProperty PaddingBottomProperty = DependencyProperty.Lookup (Kind.SHADEREFFECT, "PaddingBottom", typeof (double));
2477 internal static readonly DependencyProperty PaddingLeftProperty = DependencyProperty.Lookup (Kind.SHADEREFFECT, "PaddingLeft", typeof (double));
2478 internal static readonly DependencyProperty PaddingRightProperty = DependencyProperty.Lookup (Kind.SHADEREFFECT, "PaddingRight", typeof (double));
2479 internal static readonly DependencyProperty PaddingTopProperty = DependencyProperty.Lookup (Kind.SHADEREFFECT, "PaddingTop", typeof (double));
2480 public static readonly DependencyProperty PixelShaderProperty = DependencyProperty.Lookup (Kind.SHADEREFFECT, "PixelShader", typeof (PixelShader));
2482 public int DdxUvDdyUvRegisterIndex {
2483 get { return (int) GetValue (DdxUvDdyUvRegisterIndexProperty); }
2484 set { SetValue (DdxUvDdyUvRegisterIndexProperty, value); }
2487 public double PaddingBottom {
2488 get { return (double) GetValue (PaddingBottomProperty); }
2489 set { SetValue (PaddingBottomProperty, value); }
2492 public double PaddingLeft {
2493 get { return (double) GetValue (PaddingLeftProperty); }
2494 set { SetValue (PaddingLeftProperty, value); }
2497 public double PaddingRight {
2498 get { return (double) GetValue (PaddingRightProperty); }
2499 set { SetValue (PaddingRightProperty, value); }
2502 public double PaddingTop {
2503 get { return (double) GetValue (PaddingTopProperty); }
2504 set { SetValue (PaddingTopProperty, value); }
2507 public PixelShader PixelShader {
2508 get { return (PixelShader) GetValue (PixelShaderProperty); }
2509 set { SetValue (PixelShaderProperty, value); }
2514 namespace System.Windows.Media.Imaging {
2515 partial class BitmapImage {
2516 public static readonly DependencyProperty ProgressProperty = DependencyProperty.Lookup (Kind.BITMAPIMAGE, "Progress", typeof (double));
2517 public static readonly DependencyProperty UriSourceProperty = DependencyProperty.Lookup (Kind.BITMAPIMAGE, "UriSource", typeof (Uri));
2519 public double Progress {
2520 get { return (double) GetValue (ProgressProperty); }
2521 set { SetValue (ProgressProperty, value); }
2524 public Uri UriSource {
2525 get { return (Uri) GetValue (UriSourceProperty); }
2526 set { SetValue (UriSourceProperty, value); }
2530 partial class BitmapSource {
2531 internal static readonly DependencyProperty PixelFormatProperty = DependencyProperty.Lookup (Kind.BITMAPSOURCE, "PixelFormat", typeof (PixelFormat));
2532 public static readonly DependencyProperty PixelHeightProperty = DependencyProperty.Lookup (Kind.BITMAPSOURCE, "PixelHeight", typeof (int));
2533 public static readonly DependencyProperty PixelWidthProperty = DependencyProperty.Lookup (Kind.BITMAPSOURCE, "PixelWidth", typeof (int));
2535 internal PixelFormat PixelFormat {
2536 get { return (PixelFormat) GetValue (PixelFormatProperty); }
2537 set { SetValue (PixelFormatProperty, value); }
2540 public int PixelHeight {
2541 get { return (int) GetValue (PixelHeightProperty); }
2542 internal set { SetValue (PixelHeightProperty, value); }
2545 public int PixelWidth {
2546 get { return (int) GetValue (PixelWidthProperty); }
2547 internal set { SetValue (PixelWidthProperty, value); }
2552 namespace System.Windows.Shapes {
2553 partial class Line {
2554 public static readonly DependencyProperty X1Property = DependencyProperty.Lookup (Kind.LINE, "X1", typeof (double));
2555 public static readonly DependencyProperty X2Property = DependencyProperty.Lookup (Kind.LINE, "X2", typeof (double));
2556 public static readonly DependencyProperty Y1Property = DependencyProperty.Lookup (Kind.LINE, "Y1", typeof (double));
2557 public static readonly DependencyProperty Y2Property = DependencyProperty.Lookup (Kind.LINE, "Y2", typeof (double));
2559 public double X1 {
2560 get { return (double) GetValue (X1Property); }
2561 set { SetValue (X1Property, value); }
2564 public double X2 {
2565 get { return (double) GetValue (X2Property); }
2566 set { SetValue (X2Property, value); }
2569 public double Y1 {
2570 get { return (double) GetValue (Y1Property); }
2571 set { SetValue (Y1Property, value); }
2574 public double Y2 {
2575 get { return (double) GetValue (Y2Property); }
2576 set { SetValue (Y2Property, value); }
2580 partial class Path {
2581 public static readonly DependencyProperty DataProperty = DependencyProperty.Lookup (Kind.PATH, "Data", typeof (Geometry));
2583 public Geometry Data {
2584 get { return (Geometry) GetValue (DataProperty); }
2585 set { SetValue (DataProperty, value); }
2589 partial class Polygon {
2590 public static readonly DependencyProperty FillRuleProperty = DependencyProperty.Lookup (Kind.POLYGON, "FillRule", typeof (FillRule));
2591 public static readonly DependencyProperty PointsProperty = DependencyProperty.Lookup (Kind.POLYGON, "Points", typeof (PointCollection));
2593 public FillRule FillRule {
2594 get { return (FillRule) GetValue (FillRuleProperty); }
2595 set { SetValue (FillRuleProperty, value); }
2598 public PointCollection Points {
2599 get { return (PointCollection) GetValue (PointsProperty); }
2600 set { SetValue (PointsProperty, value); }
2604 partial class Polyline {
2605 public static readonly DependencyProperty FillRuleProperty = DependencyProperty.Lookup (Kind.POLYLINE, "FillRule", typeof (FillRule));
2606 public static readonly DependencyProperty PointsProperty = DependencyProperty.Lookup (Kind.POLYLINE, "Points", typeof (PointCollection));
2608 public FillRule FillRule {
2609 get { return (FillRule) GetValue (FillRuleProperty); }
2610 set { SetValue (FillRuleProperty, value); }
2613 public PointCollection Points {
2614 get { return (PointCollection) GetValue (PointsProperty); }
2615 set { SetValue (PointsProperty, value); }
2619 partial class Rectangle {
2620 public static readonly DependencyProperty RadiusXProperty = DependencyProperty.Lookup (Kind.RECTANGLE, "RadiusX", typeof (double));
2621 public static readonly DependencyProperty RadiusYProperty = DependencyProperty.Lookup (Kind.RECTANGLE, "RadiusY", typeof (double));
2623 public double RadiusX {
2624 get { return (double) GetValue (RadiusXProperty); }
2625 set { SetValue (RadiusXProperty, value); }
2628 public double RadiusY {
2629 get { return (double) GetValue (RadiusYProperty); }
2630 set { SetValue (RadiusYProperty, value); }
2634 partial class Shape {
2635 public static readonly DependencyProperty FillProperty = DependencyProperty.Lookup (Kind.SHAPE, "Fill", typeof (Brush));
2636 public static readonly DependencyProperty StretchProperty = DependencyProperty.Lookup (Kind.SHAPE, "Stretch", typeof (Stretch));
2637 public static readonly DependencyProperty StrokeDashArrayProperty = DependencyProperty.Lookup (Kind.SHAPE, "StrokeDashArray", typeof (DoubleCollection));
2638 public static readonly DependencyProperty StrokeDashCapProperty = DependencyProperty.Lookup (Kind.SHAPE, "StrokeDashCap", typeof (PenLineCap));
2639 public static readonly DependencyProperty StrokeDashOffsetProperty = DependencyProperty.Lookup (Kind.SHAPE, "StrokeDashOffset", typeof (double));
2640 public static readonly DependencyProperty StrokeEndLineCapProperty = DependencyProperty.Lookup (Kind.SHAPE, "StrokeEndLineCap", typeof (PenLineCap));
2641 public static readonly DependencyProperty StrokeLineJoinProperty = DependencyProperty.Lookup (Kind.SHAPE, "StrokeLineJoin", typeof (PenLineJoin));
2642 public static readonly DependencyProperty StrokeMiterLimitProperty = DependencyProperty.Lookup (Kind.SHAPE, "StrokeMiterLimit", typeof (double));
2643 public static readonly DependencyProperty StrokeProperty = DependencyProperty.Lookup (Kind.SHAPE, "Stroke", typeof (Brush));
2644 public static readonly DependencyProperty StrokeStartLineCapProperty = DependencyProperty.Lookup (Kind.SHAPE, "StrokeStartLineCap", typeof (PenLineCap));
2645 public static readonly DependencyProperty StrokeThicknessProperty = DependencyProperty.Lookup (Kind.SHAPE, "StrokeThickness", typeof (double));
2647 public Brush Fill {
2648 get { return (Brush) GetValue (FillProperty); }
2649 set { SetValue (FillProperty, value); }
2652 public Stretch Stretch {
2653 get { return (Stretch) GetValue (StretchProperty); }
2654 set { SetValue (StretchProperty, value); }
2657 public DoubleCollection StrokeDashArray {
2658 get { return (DoubleCollection) GetValue (StrokeDashArrayProperty); }
2659 set { SetValue (StrokeDashArrayProperty, value); }
2662 public PenLineCap StrokeDashCap {
2663 get { return (PenLineCap) GetValue (StrokeDashCapProperty); }
2664 set { SetValue (StrokeDashCapProperty, value); }
2667 public double StrokeDashOffset {
2668 get { return (double) GetValue (StrokeDashOffsetProperty); }
2669 set { SetValue (StrokeDashOffsetProperty, value); }
2672 public PenLineCap StrokeEndLineCap {
2673 get { return (PenLineCap) GetValue (StrokeEndLineCapProperty); }
2674 set { SetValue (StrokeEndLineCapProperty, value); }
2677 public PenLineJoin StrokeLineJoin {
2678 get { return (PenLineJoin) GetValue (StrokeLineJoinProperty); }
2679 set { SetValue (StrokeLineJoinProperty, value); }
2682 public double StrokeMiterLimit {
2683 get { return (double) GetValue (StrokeMiterLimitProperty); }
2684 set { SetValue (StrokeMiterLimitProperty, value); }
2687 public Brush Stroke {
2688 get { return (Brush) GetValue (StrokeProperty); }
2689 set { SetValue (StrokeProperty, value); }
2692 public PenLineCap StrokeStartLineCap {
2693 get { return (PenLineCap) GetValue (StrokeStartLineCapProperty); }
2694 set { SetValue (StrokeStartLineCapProperty, value); }
2697 public double StrokeThickness {
2698 get { return (double) GetValue (StrokeThicknessProperty); }
2699 set { SetValue (StrokeThicknessProperty, value); }