[]
Checks whether specified element is hosted in the same host as the current CoverElementsPane instance.
protected virtual bool IsHostElementInternal(FrameworkElement element)
| Type | Name | Description |
|---|---|---|
| FrameworkElement | element | The FrameworkElement to check. |
| Type | Description |
|---|---|
| bool | Returns True if specified element is hosted in the same host as the current CoverElementsPane instance; False otherwise. |