Usages of ILookup
Fields
EMPTY | in ILookup | An ILookup instance that always returns null . | |
LOOKUP | in IObjectRenderer | A renderer that treats tag as an instance of ILookup to obtain suitable interface implementations. |
Method Return Values
Method Parameters
provideValue (ILookup) | in MarkupExtension | Returns an object that is set as the value of the target property for this markup extension. | |
provideValue (ILookup) | in ColorExtension | ||
createElement (IRenderTreeGroup, ILookup) | in RenderTree | Adds an ILookup implementation to the scene graph that provides the IObjectRenderer<T> interfaces (IVisualCreator, IBoundsProvider, IVisibilityTestable, IHitTestable) in its lookup implementation. |
Implementing Types
IFoldingView | Interface that is used for manipulating a managed view of an IGraph that supports folding operations like expanding and collapsing of nodes. | |
IGraph | Central interface that models a graph which can be displayed in a canvas or GraphComponent. | |
IGraphClipboardContext | The interface for the context that is passed by the GraphClipboard implementation to the IClipboardHelper methods and IClipboardIdProvider. | |
IModelItem | Base interface for items that can be used in a CanvasComponent. | |
ITable | Central interface which provides support for tabular data presentation. | |
IParseContext | Interface that defines the context of a GraphML parsing context. | |
IValueSerializerContext | Support interface used by ValueSerializer. | |
IWriteContext | Interface that provides the context of a GraphML write process. | |
CanvasComponent | The CanvasComponent can be used to efficiently display all kinds of data. | |
ICanvasContext | This interface describes the context for many operations performed on items in a canvasComponent. |