Checks if a visual is within the visible bounds of an ancestor.
public static bool IsVisibleWithin(this Visual visual, Visual ancestor)
The visual to check.
The ancestor to check visibility within.