def rule(event):
    if event.deep_get("ImageLoaded", default="").endswith("\\System.Drawing.ni.dll"):
        return True
    return False
