Coordinates native preview hosting for macOS by bridging Avalonia preview providers to AppKit views.
public sealed class MacPreviewHost : IDisposable
kind:method, kind:property, kind:ctor. Press Esc to clear.NativeViewHandleGets the underlying native view handle once a view is attached.AttachNativeView(IntPtr)Attaches an AppKit view handle that the host should drive. The caller is responsible for creating the view.EnsureManagedPreviewView()Ensures a managed preview view is created and returns its native handle.Initialize(PrintSession, PrintPreviewUpdateKind)Sets the session whose content should be previewed. Triggers the initial preview render.RequestRefresh(PrintPreviewUpdateKind)Requests a refresh using the last assigned session.