internal static nint GetSubviewsCount(this _View view) { var handle = view.GetSubviewsHandle(); return(CFArrayGetCount(handle)); }