Evaluar y enviar comentarios

  Encender vista de ancho de banda bajo
Esta página es específica de
.NET Framework 3.0

Hay además otras versiones disponibles para:
System.Windows (Espacio de nombres)
Provides several important Windows Presentation Foundation (WPF) base element classes, various classes that support the WPF property system and event logic, and other types that are more broadly consumed by WPF core and framework.
 ClaseDescripción
Clase públicaApplicationEncapsulates a Windows Presentation Foundation (WPF) application.
Clase públicaAttachedPropertyBrowsableAttributeProvides a base class for .NET Framework attributes that report the use scope of attached properties.
Clase públicaAttachedPropertyBrowsableForChildrenAttributeSpecifies that an attached property has a browsable scope that extends to child elements in the logical tree.
Clase públicaAttachedPropertyBrowsableForTypeAttributeSpecifies that an attached property is browsable only for elements that derive from a specified type.
Clase públicaAttachedPropertyBrowsableWhenAttributePresentAttributeSpecifies that an attached property is only browsable on an element that also has another specific  .NET Framework attribute applied to its class definition.
Clase públicaAutoResizedEventArgsProvides data for the AutoResized event raised by an HwndSource.
Clase públicaClipboardProvides static methods that facilitate transferring data to and from the system Clipboard.
Clase públicaColorConvertedBitmapExtensionImplements a markup extension that enables ColorConvertedBitmap creation. A ColorConvertedBitmap does not have a embedded profile, the profile instead being based on source and destination values.
Clase públicaComponentResourceKeyDefines or references resource keys based on class names in external assemblies, as well as an additional identifier.
Clase públicaConditionRepresents a condition for the MultiTrigger and the MultiDataTrigger, which apply changes to property values based on a set of conditions. This class cannot be inherited.
Clase públicaConditionCollectionRepresents a collection of Condition objects.
Clase públicaContentElementProvides a WPF core-level base class for content elements. Content elements are designed for flow-style presentation, using an intuitive markup-oriented layout model and a deliberately simple object model.
Clase públicaContentOperationsProvides static utility methods for getting or setting the position of a ContentElement in an element tree.
Clase públicaCornerRadiusConverterConverts instances of other types to and from a CornerRadius.
Clase públicaCultureInfoIetfLanguageTagConverterConverts instances of CultureInfo to and from other data types.
Clase públicaDataFormatRepresents a data format as a format name and a numeric ID pair.
Clase públicaDataFormatsProvides a set of predefined data format names that can be used to identify data formats available in the clipboard or drag-and-drop operations.
Clase públicaDataObjectProvides a basic implementation of the IDataObject interface, which defines a format-independent mechanism for transferring data.
Clase públicaDataObjectCopyingEventArgsArguments for the DataObject.Copying event.
Clase públicaDataObjectEventArgsProvides an abstract base class for events associated with the DataObject class.
Clase públicaDataObjectPastingEventArgsContains arguments for the DataObject.Pasting event.
Clase públicaDataObjectSettingDataEventArgsContains arguments for the DataObject.SettingData event.
Clase públicaDataTemplateDescribes the visual structure of a data object.
Clase públicaDataTemplateKeyRepresents the resource key for the DataTemplate class.
Clase públicaDataTriggerRepresents a trigger that applies property values or performs actions when the bound data meets a specified condition.
Clase públicaDependencyObjectRepresents an object that participates in the dependency property system.
Clase públicaDependencyObjectTypeImplements an underlying type cache for all DependencyObject derived types.
Clase públicaDependencyPropertyRepresents a dependency property that is registered with the Windows Presentation Foundation (WPF) property system. Dependency properties provide support for value expressions, property invalidation and dependent-value coercion, default values, inheritance, data binding, animation, property change notification, and styling.
Clase públicaDependencyPropertyHelperProvides a single helper method (GetValueSource) that reports the property system source for the effective value of a dependency property.
Clase públicaDependencyPropertyKeyProvides a dependency property identifier for limited write access to a read-only dependency property.
Clase públicaDialogResultConverterConverts the DialogResult property, which is a Nullable value of type Boolean, to and from other types.
Clase públicaDragDropProvides helper methods and fields for initiating drag-and-drop operations, including a method to begin a drag-and-drop operation, and facilities for adding and removing drag-and-drop related event handlers.
Clase públicaDragEventArgsContains arguments relevant to all drag-and-drop events (DragEnter, DragLeave, DragOver, and Drop).
Clase públicaDurationConverterConverts instances of Duration to and from other type representations.
Clase públicaDynamicResourceExtensionImplements a markup extension that supports dynamic resource references made from XAML.
Clase públicaDynamicResourceExtensionConverterConverts from parsed XAML to DynamicResourceExtension and supports dynamic resource references made from XAML.
Clase públicaEventManagerProvides event-related utility methods that register routed events for class owners and add class handlers.
Clase públicaEventPrivateKeyProvides unique identification for events whose handlers are stored into an internal hashtable.
Clase públicaEventRoute Represents the container for the route to be followed by a routed event.
Clase públicaEventSetterRepresents an event setter in a style. Event setters invoke the specified event handlers in response to events.
Clase públicaEventTriggerRepresents a trigger that applies a set of actions in response to an event.
Clase públicaExceptionRoutedEventArgsProvides data for the Image and MediaElement failed events. This class cannot be inherited.
Clase públicaExitEventArgsEvent arguments for the Exit event.
Clase públicaExpressionThis type supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.
Clase públicaExpressionConverterThis type supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.
Clase públicaFigureLengthConverterConverts instances of other types to and from a FigureLength.
Clase públicaFontSizeConverterConverts font size values to and from other type representations.
Clase públicaFontStretchConverterConverts instances of FontStretch to and from other type representations.
Clase públicaFontStretchesProvides a set of static predefined FontStretch values.
Clase públicaFontStyleConverterConverts instances of FontStyle to and from other data types.
Clase públicaFontStylesProvides a set of static predefined FontStyle values.
Clase públicaFontWeightConverterConverts instances of FontWeight to and from other data types.
Clase públicaFontWeightsProvides a set of static predefined FontWeight values.
Clase públicaFrameworkContentElementFrameworkContentElement is the WPF framework-level implementation of the ContentElement base class. FrameworkContentElement adds support for additional input APIs (including tooltips and context menus), storyboards, data context for databinding, styles support, and logical tree helper APIs.
Clase públicaFrameworkElementProvides a WPF framework-level set of properties, events, and methods for Windows Presentation Foundation (WPF) elements. This class represents the provided WPF framework-level implementation built on the WPF core-level APIs defined by UIElement.
Clase públicaFrameworkElementFactorySupports the creation of templates.
Clase públicaFrameworkPropertyMetadataReports or applies metadata for a dependency property, specifically adding framework-specific property system characteristics.
Clase públicaFrameworkTemplateEnables the instantiation of a tree of FrameworkElement and/or FrameworkContentElement objects. This class is abstract.
Clase públicaFreezableDefines an object that has a modifiable and a read-only (frozen) state. Classes that derive from Freezable provide detailed change notification, can be made immutable, and can clone themselves.
Clase públicaFreezableCollectionRepresents a collection of DependencyObject, Freezable, or Animatable objects. FreezableCollection is itself an Animatable type.
Clase públicaGiveFeedbackEventArgsContains arguments for the GiveFeedback event.
Clase públicaGridLengthConverterConverts instances of other types to and from GridLength instances.
Clase públicaHierarchicalDataTemplateRepresents a DataTemplate that supports HeaderedItemsControl, such as TreeViewItem or MenuItem.
Clase públicaInt32RectConverterConverts instances of other types to and from an Int32Rect.
Clase públicaKeySplineConverterConverts instances of other types to and from a KeySpline.
Clase públicaKeyTimeConverterConverts instances of KeyTime to and from other types.
Clase públicaLengthConverterConverts instances of other types to and from instances of a Double that represent an object's length.
Clase públicaLocalizabilityAttributeSpecifies the localization attributes for a binary XAML (BAML) class or class member.
Clase públicaLocalizationThe Localization class defines attached properties for localization attributes and comments.
Clase públicaLogicalTreeHelperProvides static helper methods for logical tree element queries.
Clase públicaLostFocusEventManagerProvides a WeakEventManager implementation so that you can use the "weak event listener" pattern to attach listeners for the UIElement.LostFocus or ContentElement.LostFocus events.
Clase públicaMediaScriptCommandRoutedEventArgsProvides data for the MediaElement.ScriptCommand and MediaPlayer.ScriptCommand events.
Clase públicaMessageBoxDisplays a message box. This class cannot be inherited.
Clase públicaMultiDataTriggerRepresents a trigger that applies property values or performs actions when the bound data meet a set of conditions.
Clase públicaMultiTriggerRepresents a trigger that applies property values or performs actions when a set of conditions are satisfied.
Clase públicaNameScopeImplements base support for the INameScope methods that store or retrieve name-object mappings into a particular namescope, and adds attached property support to make it simpler to get or set identifier namescope information dynamically at the element level..
Clase públicaNullableBoolConverterConverts to and from the Nullable type (using the Boolean type constraint on the generic).
Clase públicaPointConverterConverts instances of other types to and from a Point.
Clase públicaPresentationSourceProvides an abstract base for classes that present content from another technology as part of an interoperation scenario. In addition, this class provides static methods for working with these sources, as well as the basic visual-layer presentation architecture.
Clase públicaPropertyMetadataDefines certain behavior aspects of a dependency property as it is applied to a specific type, including conditions it was registered with.
Clase públicaPropertyPathImplements a data structure for describing a property as a path below another property, or below an owning type. Property paths are used in data binding to objects, and in storyboards and timelines for animations.
Clase públicaPropertyPathConverterProvides a type converter for PropertyPath objects.
Clase públicaQueryContinueDragEventArgsContains arguments for the QueryContinueDrag event.
Clase públicaRectConverterConverts instances of other types to and from instances of Rect.
Clase públicaRequestBringIntoViewEventArgsProvides data for the FrameworkElement.RequestBringIntoView routed event.
Clase públicaResourceDictionaryProvides a hashtable / dictionary implementation that contains WPF resources used by components and other elements of a WPF application.
Clase públicaResourceKeyProvides an abstract base class for various resource keys.
Clase públicaResourceReferenceKeyNotFoundExceptionAn exception that may be raised during parsing or serialization of markup extension resources.
Clase públicaRoutedEventRepresents and identifies a routed event and declares its characteristics.
Clase públicaRoutedEventArgsContains state information and event data associated with a routed event.
Clase públicaRoutedPropertyChangedEventArgsProvides data about a change in value to a dependency property as reported by particular routed events, including the previous and current value of the property that changed.
Clase públicaSessionEndingCancelEventArgsContains the event arguments for the SessionEnding event.
Clase públicaSetterRepresents a setter that applies a property value.
Clase públicaSetterBaseRepresents the base class for value setters. This class is abstract.
Clase públicaSetterBaseCollectionRepresents a collection of SetterBase objects.
Clase públicaSizeChangedEventArgsProvides data related to the SizeChanged event.
Clase públicaSizeChangedInfoReport the specifics of a value change involving a Size. This is used as a parameter in OnRenderSizeChanged overrides.
Clase públicaSizeConverterConverts instances of other types to and from instances of the Size class. This class cannot be inherited.
Clase públicaSourceChangedEventArgsProvides data for the SourceChanged event, used for interoperation. This class cannot be inherited.
Clase públicaStartupEventArgsContains the arguments for the StartupUri event.
Clase públicaStaticResourceExtensionImplements a markup extension that supports static (load time) resource references made from XAML.
Clase públicaStrokeCollectionConverterConverts a StrokeCollection to a string.
Clase públicaStyleEnables the sharing of properties, resources, and event handlers between instances of a type.
Clase públicaStyleTypedPropertyAttributeRepresents an attribute that is applied to the class definition and determines the TargetTypes of the properties that are of type Style. This class cannot be inherited.
Clase públicaSystemColorsContains system colors, system brushes, and system resource keys that correspond to system display elements.
Clase públicaSystemFontsContains properties that expose the system resources that concern fonts.
Clase públicaSystemParametersContains properties that you can use to query system settings.
Clase públicaTemplateBindingExpressionDescribes a run-time instance of a TemplateBindingExtension.
Clase públicaTemplateBindingExpressionConverterA type converter that is used to construct a markup extension from a TemplateBindingExpression instance during serialization.
Clase públicaTemplateBindingExtensionImplements a markup extension that supports the binding between the value of a property in a template and the value of some other exposed property on the templated control.
Clase públicaTemplateBindingExtensionConverterA type converter that is used to construct a TemplateBindingExtension from an instance during serialization.
Clase públicaTemplateKeyWhen used as a resource key for a data template, allows the data template to participate in the lookup process.
Clase públicaTemplatePartAttributeRepresents an attribute that is applied to the class definition to identify the types of the named parts that are used for templating. This class cannot be inherited.
Clase públicaTextDecorationA TextDecoration object is a visual ornamentation you can add to text. This class cannot be inherited.
Clase públicaTextDecorationCollectionRepresents a collection of TextDecoration instances.
Clase públicaTextDecorationCollectionConverterConverts instances of TextDecorationCollection from other data types.
Clase públicaTextDecorationsProvides a set of static predefined text decorations.
Clase públicaThemeDictionaryExtensionImplements a markup extension that enables application authors to customize control styles based on the current system theme.
Clase públicaThemeInfoAttributeSpecifies the location in which theme dictionaries are stored for types in an assembly. This class cannot be inherited.
Clase públicaThicknessConverterConverts instances of other types to and from instances of Thickness.
Clase públicaTriggerRepresents a trigger that applies property values or performs actions conditionally.
Clase públicaTriggerActionDescribes an action to perform for a trigger.
Clase públicaTriggerActionCollectionRepresents a collection of TriggerAction objects. This class cannot be inherited.
Clase públicaTriggerBaseRepresents the base class for specifying a conditional value within a Style object.
Clase públicaTriggerCollectionRepresents a collection of TriggerBase objects.
Clase públicaUIElementUIElement is a base class for WPF core level implementations building on Windows Presentation Foundation (WPF) elements and basic presentation characteristics.
Clase públicaUIPropertyMetadata Provides property metadata for non-framework properties that do have rendering/user interface impact at the core level.
Clase públicaVectorConverter Converts instances of other types to and from a Vector.
Clase públicaWeakEventManagerProvides a base class for the event manager that is used in the WeakEvent pattern. The manager adds and removes listeners for events (or callbacks) that also use the pattern.
Clase públicaWeakEventManager.ListenerListProvides a built-in collection list for storing listeners for a WeakEventManager.
Clase públicaWindowProvides the ability to create, configure, show, and manage the lifetime of windows and dialog boxes.
Clase públicaWindowCollectionRepresents a collection of Window objects. This class cannot be inherited.
 InterfazDescripción
Interfaz públicaIContentHostThis interface is implemented by layouts which host ContentElement.
Interfaz públicaIDataObjectProvides a format-independent mechanism for transferring data.
Interfaz públicaIFrameworkInputElementDeclares a namescope contract for framework elements.
Interfaz públicaIInputElementEstablishes the common events and also the event-related properties and methods for basic input processing by Windows Presentation Foundation (WPF) elements.
Interfaz públicaIWeakEventListenerProvides event listening support for classes that expect to receive events through the WeakEvent pattern and a WeakEventManager.
 EstructuraDescripción
Estructura públicaCornerRadius Represents the radii of a rectangle's corners.
Estructura públicaDependencyPropertyChangedEventArgsProvides data for various property changed events. Typically these events report effective value changes in the value of a read-only dependency property. Another usage is as part of a PropertyChangedCallback implementation.
Estructura públicaDurationRepresents the duration of time that a Timeline is active.
Estructura públicaFigureLengthDescribes the height or width of a Figure.
Estructura públicaFontStretchDescribes the degree to which a font has been stretched compared to a font's normal aspect ratio.
Estructura públicaFontStyleDefines a structure that represents the style of a font face as normal, italic, or oblique.
Estructura públicaFontWeightRefers to the density of a typeface, in terms of the lightness or heaviness of the strokes.
Estructura públicaFreezableCollection.EnumeratorEnumerates the members of a FreezableCollection.
Estructura públicaGridLengthRepresents the length of elements that explicitly support Star unit types.
Estructura públicaInt32RectDescribes the width, height, and location of an integer rectangle.
Estructura públicaLocalValueEntryRepresents a property identifier and the property value for a locally set dependency property.
Estructura públicaLocalValueEnumeratorProvides enumeration support for the local values of any dependency properties that exist on a DependencyObject.
Estructura públicaPointRepresents an x- and y-coordinate pair in two-dimensional space.
Estructura públicaRectDescribes the width, height, and location of a rectangle.
Estructura públicaRoutedEventHandlerInfoThis type supports the WPF infrastructure and is not intended to be used by your code.
Estructura públicaSizeImplements a structure that is used to describe the Size of an object.
Estructura públicaTextDecorationCollection.EnumeratorEnumerates TextDecoration items in a TextDecoration.
Estructura públicaThicknessDescribes the thickness of a frame around a rectangle. Four Double values describe the Left, Top, Right, and Bottom sides of the rectangle, respectively.
Estructura públicaValueSourceReports the information returned from DependencyPropertyHelper.GetValueSource.
Estructura públicaVectorRepresents a displacement in 2-D space.
 DelegadoDescripción
Delegado públicoAutoResizedEventHandlerRepresents the method that will handle the AutoResized event as raised by HwndSource.
Delegado públicoCoerceValueCallbackProvides a template for a method that is called whenever a dependency property value is being re-evaluated, or coercion is specifically requested.
Delegado públicoDataObjectCopyingEventHandlerRepresents a method that handles DataObject.Copying events.
Delegado públicoDataObjectPastingEventHandlerRepresents a method that handles DataObject.Pasting events.
Delegado públicoDataObjectSettingDataEventHandlerRepresents a method that handles DataObject.SettingData events.
Delegado públicoDependencyPropertyChangedEventHandler Represents the method that will handle the event raised when a DependencyProperty is changed on a DependencyObject.
Delegado públicoDragEventHandlerRepresents a method that handles drag-and-drop events (DragEnter, DragLeave, DragOver, and Drop).
Delegado públicoExitEventHandlerRepresents the method that handles the Exit event.
Delegado públicoGiveFeedbackEventHandlerRepresents a method that handles GiveFeedback events.
Delegado públicoPropertyChangedCallbackRepresents the callback that is invoked when the effective property value of a dependency property changes.
Delegado públicoQueryContinueDragEventHandlerRepresents a method that handles QueryContinueDrag events.
Delegado públicoRequestBringIntoViewEventHandlerRepresents the method that handles the FrameworkElement.RequestBringIntoView event.
Delegado públicoRoutedEventHandlerRepresents the delegate for handlers that receive routed events.
Delegado públicoRoutedPropertyChangedEventHandlerRepresents methods that handle various routed events that track property value changes.
Delegado públicoSessionEndingCancelEventHandlerRepresents the method that handles the SessionEnding event.
Delegado públicoSizeChangedEventHandlerRepresents the method that handles the SizeChanged event.
Delegado públicoSourceChangedEventHandlerRepresents the method that handles the SourceChanged event on specific listener elements.
Delegado públicoStartupEventHandlerRepresents the method that handles the Startup event.
Delegado públicoValidateValueCallbackRepresents a method used as a callback that validates the effective value of a dependency property.
 EnumeraciónDescripción
Enumeración públicaBaselineAlignmentDescribes how the baseline for a text-based element is positioned on the vertical axis.
Enumeración públicaBaseValueSourceIdentifies the property system source of a particular dependency property value.
Enumeración públicaColumnSpaceDistributionDescribes how to distribute space in columnated flow content.
Enumeración públicaDragActionSpecifies how and if a drag-and-drop operation should continue.
Enumeración públicaDragDropEffectsSpecifies the effects of a drag-and-drop operation.
Enumeración públicaDragDropKeyStatesSpecifies the current state of the modifier keys (SHIFT, CTRL, and ALT), as well as the state of the mouse buttons.
Enumeración públicaFigureHorizontalAnchorDescribes a position reference for a figure in a horizontal direction.
Enumeración públicaFigureUnitTypeDescribes the unit type associated with the width or height of a FigureLength.
Enumeración públicaFigureVerticalAnchor Describes the point of reference of a figure in the vertical direction.
Enumeración públicaFlowDirectionDefines constants that specify the content flow direction for text and user interface (UI) elements.
Enumeración públicaFontCapitalsDescribes the capital letter style for a Typography object.
Enumeración públicaFontEastAsianLanguageProvides a mechanism for the user to select font-specific versions of glyphs for a specified East Asian writing system or language.
Enumeración públicaFontEastAsianWidthsProvides a mechanism for the user to select glyphs of different width styles.
Enumeración públicaFontFractionDescribes the fraction style for a Typography object.
Enumeración públicaFontNumeralAlignmentDescribes the numeral alignment for a Typography object.
Enumeración públicaFontNumeralStyleDescribes the numeral style for a Typography object.
Enumeración públicaFontVariantsRenders variant typographic glyph forms.
Enumeración públicaFrameworkPropertyMetadataOptionsSpecifies the types of framework-level property behavior that pertain to a particular dependency property in the Windows Presentation Foundation (WPF) property system.
Enumeración públicaGridUnitTypeDescribes the kind of value that a GridLength object is holding.
Enumeración públicaHorizontalAlignmentIndicates where an element should be displayed on the horizontal axis relative to the allocated layout slot of the parent element.
Enumeración públicaInheritanceBehaviorIndicates the current mode of lookup for both property value inheritance and resource lookup.
Enumeración públicaLineBreakConditionDescribes the breaking condition around an inline object.
Enumeración públicaLineStackingStrategy Describes a mechanism by which a line box is determined for each line.
Enumeración públicaLocalizationCategorySpecifies the category value of a LocalizabilityAttribute for a binary XAML (BAML) class or class member.
Enumeración públicaMessageBoxButtonSpecifies the buttons that are displayed on a message box. Used as an argument of the Show method.
Enumeración públicaMessageBoxImageSpecifies the icon that is displayed by a message box.
Enumeración públicaMessageBoxOptionsSpecifies special display options for a message box.
Enumeración públicaMessageBoxResultSpecifies which message box button that a user clicks. MessageBoxResult is returned by the Show method.
Enumeración públicaModifiabilitySpecifies the modifiability value of a LocalizabilityAttribute for a binary XAML (BAML) class or class member.
Enumeración públicaPowerLineStatusIndicates whether the system power is online, or that the system power status is unknown.
Enumeración públicaReadabilitySpecifies the readability value of a LocalizabilityAttribute for a binary XAML (BAML) class or class member.
Enumeración públicaReasonSessionEndingSpecifies the reason for which the user's session is ending. Used by the ReasonSessionEnding property.
Enumeración públicaResizeModeSpecifies whether a window can be resized and, if so, how it can be resized. Used by the ResizeMode property.
Enumeración públicaResourceDictionaryLocationSpecifies the locations where theme resource dictionaries are located.
Enumeración públicaRoutingStrategyIndicates the routing strategy of a routed event.
Enumeración públicaShutdownModeSpecifies how an application will shutdown. Used by the ShutdownMode property.
Enumeración públicaSizeToContentSpecifies how a window will automatically size itself to fit the size of its content. Used by the SizeToContent property.
Enumeración públicaTemplateKey.TemplateTypeDescribes the different types of templates that use TemplateKey.
Enumeración públicaTextAlignmentSpecifies whether the text in the object is left-aligned, right-aligned, centered, or justified.
Enumeración públicaTextDataFormatSpecifies the data format of the text data.
Enumeración públicaTextDecorationLocationSpecifies the vertical position of a TextDecoration object.
Enumeración públicaTextDecorationUnitSpecifies the unit type of a TextDecoration pen offset or pen thickness value.
Enumeración públicaTextMarkerStyleDescribes the appearance of a list item's bullet style.
Enumeración públicaTextTrimmingDescribes how text is trimmed when it overflows the edge of its containing box.
Enumeración públicaTextWrapping Specifies whether text wraps when it reaches the edge of the containing box
Enumeración públicaVerticalAlignmentDescribes how a child element is vertically positioned or stretched within a parent's layout slot.
Enumeración públicaVisibilitySpecifies the display state of an element.
Enumeración públicaWindowStartupLocationSpecifies the position that a window will be shown in when it is first opened. Used by the WindowStartupLocation property.
Enumeración públicaWindowStateSpecifies whether a window is minimized, maximized, or restored. Used by the WindowState property.
Enumeración públicaWindowStyleSpecifies the type of border that a Window has. Used by the WindowStyle property.
Enumeración públicaWrapDirectionSpecifies the allowable directions that content can wrap around an object.
Contenido de la comunidad   ¿Qué es Community Content?
Agregar contenido nuevo RSS  Anotaciones
Processing
© 2009 Microsoft Corporation. Reservados todos los derechos. Términos de uso  |  Marcas Registradas  |  Privacidad
Page view tracker