//TextFormat textFormat; /// <summary> /// Initializes a new instance of <see cref="ScreenDisplayRenderer"/> class. /// </summary> public ScreenDisplayRenderer(ScreenDisplay screenDisplay, IRenderableScreen screen) { this.screenDisplay = screenDisplay; this.screen = screen; }
/// <summary> /// Initializes a new instance of the <see cref="ScreenDisplayAutomationPeer"/> class. /// </summary> /// <param name="owner">The screen display control that owns this automation peer.</param> public ScreenDisplayAutomationPeer(ScreenDisplay owner) : base(owner) { this.screenDisplay = owner; }