Table of Contents

Class LazyField

Namespace
The.WPF.Fields
Assembly
Instagile.WPF.dll

Used to defer creation of fields, breaking reference cycles

public abstract class LazyField : NotificationObject, INotifyPropertyChanged
Inheritance
LazyField
Implements
Derived
Inherited Members
Extension Methods

Methods

Force()

public abstract void Force()

WrapIf<T>(bool, ISurface, Func<IField<T>>)

public static IField<T> WrapIf<T>(bool predicate, ISurface surface, Func<IField<T>> createField)

Parameters

predicate bool
surface ISurface
createField Func<IField<T>>

Returns

IField<T>

Type Parameters

T