Class PooledUILayer
Class PooledUILayer. Implements the UILayer
Inherited Members
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI.Layers
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public abstract class PooledUILayer : UILayer
Constructors
PooledUILayer()
Methods
AddElementToPool(Object)
Adds the element to pool.
Declaration
protected void AddElementToPool(object element)
Parameters
System.Object
element
The element. |
CanRecycle(Object)
Determines whether this instance can recycle the specified element.
Declaration
protected virtual bool CanRecycle(object element)
Parameters
System.Object
element
The element. |
Returns
System.Boolean
|
Clear()
GetElementFromPool<T>()
Gets the element from pool.
Declaration
protected T GetElementFromPool<T>()
where T : class, new()
Returns
T
|
Type Parameters
T
|
ResetPooledElementProperties(Object)
Resets the pooled element properties.
Declaration
protected abstract void ResetPooledElementProperties(object element)
Parameters
System.Object
element
The element. |