Show / Hide Table of Contents

Class WpfWindowWrap

Envuelve una ventana de Windows Presentation Framework para brindar servicios adicionales de gestión de ventana.

Inheritance
object
WpfWindowWrap
Implements
IWpfWindow
IMsWindow
IWindow
ICloseable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TheXDS.MCART.Types
Assembly: MCART.Wpf.Common.dll
Syntax
public class WpfWindowWrap : IWpfWindow, IMsWindow, IWindow, ICloseable

Constructors

| Edit this page View Source

WpfWindowWrap(Window)

Envuelve una ventana de Windows Presentation Framework para brindar servicios adicionales de gestión de ventana.

Declaration
public WpfWindowWrap(Window window)
Parameters
Type Name Description
Window window

Ventana a envolver.

Properties

| Edit this page View Source

WindowState

Obtiene un valor que indica el estado de la ventana.

Declaration
public WindowState WindowState { get; }
Property Value
Type Description
WindowState

Operators

| Edit this page View Source

implicit operator WpfWindowWrap(Window)

Convierte implícitamente un Window en un WpfWindowWrap.

Declaration
public static implicit operator WpfWindowWrap(Window window)
Parameters
Type Name Description
Window window

Objeto a convertir.

Returns
Type Description
WpfWindowWrap
| Edit this page View Source

implicit operator Window(WpfWindowWrap)

Convierte implícitamente un WpfWindowWrap en un Window.

Declaration
public static implicit operator Window(WpfWindowWrap wrap)
Parameters
Type Name Description
WpfWindowWrap wrap

Objeto a convertir.

Returns
Type Description
Window

Implements

IWpfWindow
IMsWindow
IWindow
ICloseable

Extension Methods

Objects.ShallowCopyTo(object, object, Type)
ObjectExtensions.FieldsOf<T>(object)
ObjectExtensions.GetAttribute<T>(object)
ObjectExtensions.GetAttributes<T>(object)
ObjectExtensions.HasAttrValue<TAttribute, TValue>(object, out TValue)
ObjectExtensions.HasAttribute<T>(object)
ObjectExtensions.HasAttribute<T>(object, out T?)
ObjectExtensions.HasAttributes<T>(object, out IEnumerable<T>?)
ObjectExtensions.Is(object?, object?)
ObjectExtensions.IsEither(object, IEnumerable)
ObjectExtensions.IsEither(object, params object[])
ObjectExtensions.IsNeither(object, IEnumerable)
ObjectExtensions.IsNeither(object, params object[])
ObjectExtensions.IsNot(object?, object?)
ObjectExtensions.PropertiesOf<T>(object)
ObjectExtensions.WhichAre(object, IEnumerable<object>)
ObjectExtensions.WhichAre(object, params object[])
WpfWindowExtensions.HookHelp(IWpfWindow, HandledEventHandler)
Common.IfNotNull<T>(T?, Action<T>)
Objects.Itself<T>(T)
Objects.ShallowCopyTo<T>(T, T)
CollectionExtensions.PushInto<TItem, TCollection>(TItem, ICollection<TCollection>)
DictionaryExtensions.PushInto<TKey, TValue>(TValue, TKey, IDictionary<TKey, TValue>)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX