Method FindNonAnimatablePropertyControls
FindNonAnimatablePropertyControls(IEnumerable<SimpleControl>)
Finds all controls that implement the INonAnimatableProperty interface.
Declaration
public static IEnumerable<INonAnimatableProperty> FindNonAnimatablePropertyControls(this IEnumerable<SimpleControl> controls)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<SimpleControl> | controls | Controls to search from |
Returns
| Type | Description |
|---|---|
| IEnumerable<INonAnimatableProperty> | An enumerable containing all INonAnimarableProperty instances found |