[]
Checks whether specified element is covered by the current CoverElementsPane instance.
protected virtual bool IsPaneElementInternal(FrameworkElement element)
| Type | Name | Description |
|---|---|---|
| FrameworkElement | element | The FrameworkElement to check. |
| Type | Description |
|---|---|
| bool | Returns True if specified element is coverred by the current CoverElementsPane instance; False otherwise. |
This method is performance critical. Override it in derived class to perform faster check based on element data context and derived class properties.