Steps to reproduce:
The issue occurs when RichEditControl displays a specific document
Expected results:
RichEditControl doesn't throw the System.ArgumentException
Current results:
RichEditControl throws the System.ArgumentException occurs when a document is being scrolled
Additional information:
Call stack 1
Call StackAn unhandled exception of type 'System.ArgumentException' occurred in WindowsBase.dll
System.ArgumentException: 'Parameter is not valid.'
[Exception] System.Drawing.dll!System.Drawing.Bitmap.Bitmap(int width, int height, System.Drawing.Imaging.PixelFormat format) Line 176 C#
[Exception] System.Drawing.dll!System.Drawing.Bitmap.Bitmap(int width, int height) Line 192 C#
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.ShapeRenderer.GetTextContentImage(DevExpress.XtraRichEdit.Model.ModelShape shape, System.Drawing.Rectangle textboxBounds) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.ShapeRenderer.RenderText(DevExpress.XtraRichEdit.Model.ModelShape modelShape, System.Windows.Media.DrawingContext dc, System.Windows.Rect bounds) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.ShapeRenderer.CreateVisualCore(System.Windows.Rect bounds, System.Windows.Media.Brush brush, System.Windows.Media.Pen pen, DevExpress.Office.Drawing.IShapeGeometryInfo geometryInfo, bool parentIsRendered) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.DrawingRendererBase.CreateMainVisual(System.Windows.Media.Brush brush) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.DrawingRendererBase.CreateVisualWithEffects(System.Windows.Media.Brush brush, DevExpress.Office.Drawing.WPFShapeEffectRenderVisitor visitor) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.DrawingRendererBase.CreateVisual(bool renderEffects) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.GroupShapeRenderer.RenderShape(DevExpress.XtraRichEdit.Model.IDrawingObject drawing) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.GroupShapeRenderer.DevExpress.XtraRichEdit.Model.IDrawingObjectVisitor.Visit(DevExpress.XtraRichEdit.Model.ModelShape shape) Unknown
[Exception] DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.Model.ModelShape.Accept(DevExpress.XtraRichEdit.Model.IDrawingObjectVisitor visitor) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.GroupShapeRenderer.RenderCore(DevExpress.Xpf.RichEdit.ContainerDrawingObjectViewInfo groupShapeInfo, System.Windows.Media.VisualCollection container) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.WpfShapeRendererVisitor.DevExpress.XtraRichEdit.Model.IDrawingObjectVisitor.Visit(DevExpress.XtraRichEdit.Model.ModelGroup group) Unknown
[Exception] DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.Model.ModelGroup.Accept(DevExpress.XtraRichEdit.Model.IDrawingObjectVisitor visitor) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.WpfShapeRendererVisitor.GetVisual(DevExpress.XtraRichEdit.Model.IDrawingObject drawingObject, System.Drawing.Rectangle bounds, float zoomFactor) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.XtraRichEdit.Layout.Export.XpfGraphicsDocumentLayoutExporterAdapter.ExportFloatingObjectShape(DevExpress.XtraRichEdit.Layout.Export.GraphicsDocumentLayoutExporter exporter, DevExpress.XtraRichEdit.Layout.DrawingObjectBox box) Unknown
[Exception] DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.Layout.Export.GraphicsDocumentLayoutExporter.DrawFloatingObjectShape(DevExpress.XtraRichEdit.Layout.DrawingObjectBox box) Unknown
[Exception] DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.Layout.Export.GraphicsDocumentLayoutExporter.ExportDrawingObjectBox(DevExpress.XtraRichEdit.Layout.DrawingObjectBox box) Unknown
[Exception] DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.PagePainter.DrawDrawingObject(DevExpress.XtraRichEdit.API.Layout.LayoutShapeBox drawingBox) Unknown
[Exception] DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.PageRenderer.VisitDrawingObject(DevExpress.XtraRichEdit.API.Layout.LayoutShapeBox drawingObject) Unknown
[Exception] DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.LayoutShapeBox.Accept(DevExpress.XtraRichEdit.API.Layout.LayoutVisitor visitor) Unknown
[Exception] DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.LayoutVisitor.VisitFloatingObjects(DevExpress.XtraRichEdit.API.Layout.LayoutFloatingObjectCollection collection, DevExpress.XtraRichEdit.Model.PieceTable pieceTable) Unknown
[Exception] DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.LayoutVisitor.VisitPageAreas(DevExpress.XtraRichEdit.API.Layout.LayoutPage page) Unknown
[Exception] DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.LayoutVisitor.VisitPage(DevExpress.XtraRichEdit.API.Layout.LayoutPage page) Unknown
[Exception] DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.PagePainter.DrawPage(DevExpress.XtraRichEdit.API.Layout.LayoutPage page) Unknown
[Exception] DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.PageRenderer.VisitPage.AnonymousMethod__0() Unknown
[Exception] DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.Layout.Export.DocumentLayoutExporter.ExportPage(DevExpress.XtraRichEdit.Layout.Page page, System.Action action) Unknown
[Exception] DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.PageRenderer.VisitPage(DevExpress.XtraRichEdit.API.Layout.LayoutPage page) Unknown
[Exception] DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.LayoutPage.Accept(DevExpress.XtraRichEdit.API.Layout.LayoutVisitor visitor) Unknown
[Exception] DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.LayoutVisitor.Visit(DevExpress.XtraRichEdit.API.Layout.LayoutElement element) Unknown
[Exception] DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.PagePainter.Draw() Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.Views.XpfRichEditViewAdapter.ExportTo(DevExpress.XtraRichEdit.Internal.PrintLayout.PageViewInfo pageInfo, DevExpress.Xpf.RichEdit.Controls.Internal.RichEditViewPage p, DevExpress.XtraRichEdit.Layout.Export.ICustomMarkExporter customMarkExporter) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.Views.XpfRichEditViewAdapter.SafeExportTo(DevExpress.XtraRichEdit.Internal.PrintLayout.PageViewInfo pageInfo, DevExpress.Xpf.RichEdit.Controls.Internal.RichEditViewPage pageElement, DevExpress.XtraRichEdit.Layout.Export.ICustomMarkExporter customMarkExporter) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.Views.XpfRichEditViewAdapter.CreatePageElement(DevExpress.XtraRichEdit.Internal.PrintLayout.PageViewInfo pageInfo, DevExpress.XtraRichEdit.Layout.Export.ICustomMarkExporter customMarkExporter) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.Views.XpfRichEditViewAdapter.GetPageElement(DevExpress.XtraRichEdit.Internal.PrintLayout.PageViewInfo pageInfo, DevExpress.XtraRichEdit.Layout.Export.ICustomMarkExporter customMarkExporter) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.Views.XpfRichEditViewAdapter.UpdatePageElements(DevExpress.XtraRichEdit.Layout.Export.ICustomMarkExporter customMarkExporter) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.Views.XpfRichEditViewAdapter.Refresh(DevExpress.XtraRichEdit.Internal.RefreshAction action, DevExpress.XtraRichEdit.Layout.Export.ICustomMarkExporter customMarkExporter) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.RichEditControl.RefreshView(DevExpress.XtraRichEdit.Internal.RefreshAction refreshAction) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.RichEditControl.RenderDocumentCore(DevExpress.XtraRichEdit.Internal.RefreshAction action) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.RichEditControl.DocumentRendering(DevExpress.XtraRichEdit.Internal.RefreshAction action) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.RichEditControl.RedrawCore(DevExpress.XtraRichEdit.Internal.RefreshAction action, bool doRedraw) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.RichEditControl.Redraw(DevExpress.XtraRichEdit.Internal.RefreshAction action) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.RichEditControl.RedrawEnsureSecondaryFormattingComplete(DevExpress.XtraRichEdit.Internal.RefreshAction action) Unknown
[Exception] DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.RichEditView.OnVerticalScroll() Unknown
[Exception] DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.Internal.InnerRichEditControl.SetVerticalScrollValue(long value) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.RichEditControl..cctor.AnonymousMethod__378_42(DevExpress.XtraRichEdit.Internal.InnerRichEditControl x, long val) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.RichEditControl..cctor.AnonymousMethod__378_41(System.Windows.DependencyObject d, object v) Unknown
[Exception] WindowsBase.dll!System.Windows.DependencyObject.ProcessCoerceValue(System.Windows.DependencyProperty dp, System.Windows.PropertyMetadata metadata, ref System.Windows.EntryIndex entryIndex, ref int targetIndex, ref System.Windows.EffectiveValueEntry newEntry, ref System.Windows.EffectiveValueEntry oldEntry, ref object oldValue, object baseValue, object controlValue, System.Windows.CoerceValueCallback coerceValueCallback, bool coerceWithDeferredReference, bool coerceWithCurrentValue, bool skipBaseValueChecks) Unknown
[Exception] WindowsBase.dll!System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex entryIndex, System.Windows.DependencyProperty dp, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, ref System.Windows.EffectiveValueEntry newEntry, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType) Unknown
[Exception] WindowsBase.dll!System.Windows.DependencyObject.SetValueCommon(System.Windows.DependencyProperty dp, object value, System.Windows.PropertyMetadata metadata, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType, bool isInternal) Unknown
[Exception] WindowsBase.dll!System.Windows.DependencyObject.SetCurrentValue(System.Windows.DependencyProperty dp, object value) Unknown
[Exception] DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.Xpf.RichEdit.RichEditControl.VerticalScrollBar_ValueChanged(object sender, System.Windows.RoutedPropertyChangedEventArgs<double> e) Unknown
[Exception] PresentationCore.dll!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate handler, object target) Unknown
[Exception] PresentationCore.dll!System.Windows.RoutedEventHandlerInfo.InvokeHandler(object target, System.Windows.RoutedEventArgs routedEventArgs) Unknown
[Exception] PresentationCore.dll!System.Windows.EventRoute.InvokeHandlersImpl(object source, System.Windows.RoutedEventArgs args, bool reRaised) Unknown
[Exception] PresentationCore.dll!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject sender, System.Windows.RoutedEventArgs args) Unknown
[Exception] PresentationCore.dll!System.Windows.UIElement.RaiseEvent(System.Windows.RoutedEventArgs e) Unknown
[Exception] PresentationFramework.dll!System.Windows.Controls.Primitives.RangeBase.OnValueChanged(double oldValue, double newValue) Unknown
[Exception] PresentationFramework.dll!System.Windows.Controls.Primitives.RangeBase.OnValueChanged(System.Windows.DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e) Unknown
[Exception] WindowsBase.dll!System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) Unknown
[Exception] PresentationFramework.dll!System.Windows.FrameworkElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) Unknown
[Exception] WindowsBase.dll!System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs args) Unknown
[Exception] WindowsBase.dll!System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex entryIndex, System.Windows.DependencyProperty dp, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, ref System.Windows.EffectiveValueEntry newEntry, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType) Unknown
[Exception] WindowsBase.dll!System.Windows.DependencyObject.SetValueCommon(System.Windows.DependencyProperty dp, object value, System.Windows.PropertyMetadata metadata, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType, bool isInternal) Unknown
[Exception] WindowsBase.dll!System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty dp, object value) Unknown
[Exception] PresentationFramework.dll!System.Windows.Controls.Primitives.ScrollBar.ChangeValue(double newValue, bool defer) Unknown
[Exception] PresentationFramework.dll!System.Windows.Controls.Primitives.ScrollBar.UpdateValue(double horizontalDragDelta, double verticalDragDelta) Unknown
[Exception] PresentationFramework.dll!System.Windows.Controls.Primitives.ScrollBar.OnThumbDragDelta(object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e) Unknown
[Exception] PresentationFramework.dll!System.Windows.Controls.Primitives.DragDeltaEventArgs.InvokeEventHandler(System.Delegate genericHandler, object genericTarget) Unknown
[Exception] PresentationCore.dll!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate handler, object target) Unknown
[Exception] PresentationCore.dll!System.Windows.RoutedEventHandlerInfo.InvokeHandler(object target, System.Windows.RoutedEventArgs routedEventArgs) Unknown
[Exception] PresentationCore.dll!System.Windows.EventRoute.InvokeHandlersImpl(object source, System.Windows.RoutedEventArgs args, bool reRaised) Unknown
[Exception] PresentationCore.dll!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject sender, System.Windows.RoutedEventArgs args) Unknown
[Exception] PresentationCore.dll!System.Windows.UIElement.RaiseEvent(System.Windows.RoutedEventArgs e) Unknown
[Exception] PresentationFramework.dll!System.Windows.Controls.Primitives.Thumb.OnMouseMove(System.Windows.Input.MouseEventArgs e) Unknown
[Exception] PresentationCore.dll!System.Windows.UIElement.OnMouseMoveThunk(object sender, System.Windows.Input.MouseEventArgs e) Unknown
[Exception] PresentationCore.dll!System.Windows.Input.MouseEventArgs.InvokeEventHandler(System.Delegate genericHandler, object genericTarget) Unknown
[Exception] PresentationCore.dll!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate handler, object target) Unknown
[Exception] PresentationCore.dll!System.Windows.RoutedEventHandlerInfo.InvokeHandler(object target, System.Windows.RoutedEventArgs routedEventArgs) Unknown
[Exception] PresentationCore.dll!System.Windows.EventRoute.InvokeHandlersImpl(object source, System.Windows.RoutedEventArgs args, bool reRaised) Unknown
[Exception] PresentationCore.dll!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject sender, System.Windows.RoutedEventArgs args) Unknown
[Exception] PresentationCore.dll!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs args) Unknown
[Exception] PresentationCore.dll!System.Windows.UIElement.RaiseEvent(System.Windows.RoutedEventArgs args, bool trusted) Unknown
[Exception] PresentationCore.dll!System.Windows.Input.InputManager.ProcessStagingArea() Unknown
[Exception] PresentationCore.dll!System.Windows.Input.InputManager.ProcessInput(System.Windows.Input.InputEventArgs input) Unknown
[Exception] PresentationCore.dll!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport inputReport) Unknown
[Exception] PresentationCore.dll!System.Windows.Interop.HwndMouseInputProvider.ReportInput(System.IntPtr hwnd, System.Windows.Input.InputMode mode, int timestamp, System.Windows.Input.RawMouseActions actions, int x, int y, int wheel) Unknown
[Exception] PresentationCore.dll!System.Windows.Interop.HwndMouseInputProvider.FilterMessage(System.IntPtr hwnd, MS.Internal.Interop.WindowMessage msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Unknown
[Exception] PresentationCore.dll!System.Windows.Interop.HwndSource.InputFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Unknown
[Exception] WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Unknown
[Exception] WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Unknown
[Exception] WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Unknown
WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(object source, System.Delegate callback, object args, int numArgs, System.Delegate catchHandler) Unknown
WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Unknown
WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Unknown
[Native to Managed Transition]
[Managed to Native Transition]
WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame frame) Unknown
WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame frame) Unknown
PresentationFramework.dll!System.Windows.Application.RunDispatcher(object ignore) Unknown
PresentationFramework.dll!System.Windows.Application.RunInternal(System.Windows.Window window) Unknown
PresentationFramework.dll!System.Windows.Application.Run(System.Windows.Window window) Unknown
PresentationFramework.dll!System.Windows.Application.Run() Unknown
RtfBug.exe!RtfBug.App.Main() Unknown
Call stack 2
Call Stack> PresentationCore.dll!System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(System.Uri uri, System.IO.Stream stream, System.Windows.Media.Imaging.BitmapCacheOption cacheOption, out System.Guid clsId, out bool isOriginalWritable, out System.IO.Stream uriStream, out System.IO.UnmanagedMemoryStream unmanagedMemoryStream, out Microsoft.Win32.SafeHandles.SafeFileHandle safeFilehandle) Line 780 C# PresentationCore.dll!System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(System.Uri baseUri, System.Uri uri, System.IO.Stream stream, System.Windows.Media.Imaging.BitmapCreateOptions createOptions, System.Windows.Media.Imaging.BitmapCacheOption cacheOption, System.Net.Cache.RequestCachePolicy uriCachePolicy, bool insertInDecoderCache) Line 522 C# PresentationCore.dll!System.Windows.Media.Imaging.BitmapImage.FinalizeCreation() Line 418 C# PresentationCore.dll!System.Windows.Media.Imaging.BitmapImage.EndInit() Line 319 C# DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.XtraRichEdit.Drawing.XpfPainter.CreatePlatformImageSourceCore(DevExpress.Office.Utils.OfficeImage img) Unknown DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.XtraRichEdit.Drawing.XpfPainter.CreatePlatformImageSource(DevExpress.Office.Utils.OfficeImage img, System.Drawing.Size targetSize) Unknown DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.XtraRichEdit.Drawing.XpfPainter.ApplyImageBrushCore(System.Windows.Shapes.Rectangle rectangle, DevExpress.Office.Utils.OfficeImage img, System.Drawing.Size size) Unknown DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.XtraRichEdit.Drawing.XpfPainter.ApplyImageBrush(System.Windows.Shapes.Rectangle rectangle, DevExpress.Office.Utils.OfficeImage img, System.Drawing.Rectangle bounds, DevExpress.XtraPrinting.ImageSizeMode sizing) Unknown DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.XtraRichEdit.Drawing.XpfPainter.DrawImage(DevExpress.Office.Utils.OfficeImage img, System.Drawing.Rectangle bounds, DevExpress.XtraPrinting.ImageSizeMode sizing) Unknown DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.XtraRichEdit.Drawing.XpfPainter.DrawImage(DevExpress.Office.Utils.OfficeImage img, System.Drawing.Rectangle bounds) Unknown DevExpress.Xpf.RichEdit.v24.1.dll!DevExpress.XtraRichEdit.Layout.Export.XpfGraphicsDocumentLayoutExporterAdapter.ExportFloatingObjectPicture(DevExpress.XtraRichEdit.Layout.Export.GraphicsDocumentLayoutExporter exporter, DevExpress.XtraRichEdit.Layout.DrawingObjectBox box, DevExpress.Office.Utils.OfficeImage image) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.Layout.Export.GraphicsDocumentLayoutExporter.ExportFloatingObjectPicture(DevExpress.XtraRichEdit.Layout.DrawingObjectBox box, DevExpress.Office.Utils.OfficeImage image) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.Layout.Export.GraphicsDocumentLayoutExporter.DrawFloatingObjectAsPicture(DevExpress.XtraRichEdit.Layout.DrawingObjectBox box) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.Layout.Export.GraphicsDocumentLayoutExporter.ExportDrawingObjectBox(DevExpress.XtraRichEdit.Layout.DrawingObjectBox box) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.PagePainter.DrawDrawingObjectBox(DevExpress.XtraRichEdit.Layout.DrawingObjectBox modelFloatingObject, System.Action action) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.PagePainter.DrawInlineDrawingObject(DevExpress.XtraRichEdit.API.Layout.InlineDrawingObjectBox inlineDrawingObjectBox) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.PageRenderer.VisitInlineDrawingObjectBox(DevExpress.XtraRichEdit.API.Layout.InlineDrawingObjectBox inlineDrawingObjectBox) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.InlineDrawingObjectBox.Accept(DevExpress.XtraRichEdit.API.Layout.LayoutVisitor visitor) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.LayoutVisitor.VisitLayoutElementsCollection<DevExpress.XtraRichEdit.API.Layout.Box>(DevExpress.XtraRichEdit.API.Layout.LayoutElementCollection<DevExpress.XtraRichEdit.API.Layout.Box> collection) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.LayoutVisitor.VisitRow(DevExpress.XtraRichEdit.API.Layout.LayoutRow row) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.PageRenderer.DefaultVisitRow(DevExpress.XtraRichEdit.API.Layout.LayoutRow row) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.PagePainter.DrawRow(DevExpress.XtraRichEdit.API.Layout.LayoutRow row) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.PageRenderer.VisitRow(DevExpress.XtraRichEdit.API.Layout.LayoutRow row) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.LayoutRow.Accept(DevExpress.XtraRichEdit.API.Layout.LayoutVisitor visitor) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.LayoutVisitor.VisitLayoutElementsCollection<DevExpress.XtraRichEdit.API.Layout.LayoutRow>(DevExpress.XtraRichEdit.API.Layout.LayoutElementCollection<DevExpress.XtraRichEdit.API.Layout.LayoutRow> collection) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.LayoutVisitor.VisitLayoutRowCollection(DevExpress.XtraRichEdit.API.Layout.LayoutRowCollection collection) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.LayoutVisitor.VisitColumn(DevExpress.XtraRichEdit.API.Layout.LayoutColumn column) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.PageRenderer.DefaultVisitColumn(DevExpress.XtraRichEdit.API.Layout.LayoutColumn column) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.PagePainter.DrawColumn(DevExpress.XtraRichEdit.API.Layout.LayoutColumn column) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.PageRenderer.VisitColumn(DevExpress.XtraRichEdit.API.Layout.LayoutColumn column) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.LayoutColumn.Accept(DevExpress.XtraRichEdit.API.Layout.LayoutVisitor visitor) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.LayoutVisitor.VisitLayoutElementsCollection<DevExpress.XtraRichEdit.API.Layout.LayoutColumn>(DevExpress.XtraRichEdit.API.Layout.LayoutElementCollection<DevExpress.XtraRichEdit.API.Layout.LayoutColumn> collection) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.LayoutVisitor.VisitPageArea(DevExpress.XtraRichEdit.API.Layout.LayoutPageArea pageArea) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.PageRenderer.DefaultVisitPageArea(DevExpress.XtraRichEdit.API.Layout.LayoutPageArea pageArea) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.PagePainter.DrawPageArea(DevExpress.XtraRichEdit.API.Layout.LayoutPageArea pageArea) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.PageRenderer.VisitPageArea(DevExpress.XtraRichEdit.API.Layout.LayoutPageArea pageArea) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.LayoutVisitor.VisitPageRangedContent(DevExpress.XtraRichEdit.API.Layout.LayoutPage page) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.LayoutVisitor.VisitPageAreas(DevExpress.XtraRichEdit.API.Layout.LayoutPage page) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.LayoutVisitor.VisitPage(DevExpress.XtraRichEdit.API.Layout.LayoutPage page) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.PageRenderer.DefaultVisitPage(DevExpress.XtraRichEdit.API.Layout.LayoutPage page) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.PagePainter.DrawPage(DevExpress.XtraRichEdit.API.Layout.LayoutPage page) Unknown DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.API.Layout.PageRenderer.VisitPage.AnonymousMethod__0() Unknown