ClassPooledUILayer
Class
Class PooledUILayer. Implements the UILayer
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.Layers
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
cs-api-definition
public abstract class PooledUILayer : UILayer
Inheritance: objectUILayerPooledUILayer
Derived Classes:
Inherited Members
Constructors
PooledUILayer()
Initializes a new instance of the PooledUILayer class.
Declaration
cs-api-definition
protected PooledUILayer()
Methods
AddElementToPool(object)
Adds the element to pool.
Declaration
cs-api-definition
protected void AddElementToPool(object element)
Parameters
element
The element.
CanRecycle(object)
Determines whether this instance can recycle the specified element.
GetElementFromPool<T>()
Gets the element from pool.
Declaration
cs-api-definition
protected T GetElementFromPool<T>() where T : class, new()
Returns
T
ResetPooledElementProperties(object)
Resets the pooled element properties.
Declaration
cs-api-definition
protected abstract void ResetPooledElementProperties(object element)
Parameters
element
The element.