[]
        
(Showing Draft Content)

C1.WPF.Schedule.CoverElementsPane.IsPaneElementInternal

IsPaneElementInternal Method

IsPaneElementInternal(FrameworkElement)

Checks whether specified element is covered by the current CoverElementsPane instance.

Declaration
protected virtual bool IsPaneElementInternal(FrameworkElement element)
Parameters
Type Name Description
FrameworkElement element

The FrameworkElement to check.

Returns
Type Description
bool

Returns True if specified element is coverred by the current CoverElementsPane instance; False otherwise.

Remarks

This method is performance critical. Override it in derived class to perform faster check based on element data context and derived class properties.