4 references to ColumnVisualCountMismatch
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (1)
509ErrorHandler.Assert(visualChildren.Count == arrayColumnDesc.Length, ErrorHandler.ColumnVisualCountMismatch);
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (1)
513ErrorHandler.Assert(visualChildren.Count == arrayColumnDesc.Length, ErrorHandler.ColumnVisualCountMismatch);
src\Framework\MS\Internal\PtsHost\PtsPage.cs (1)
1273ErrorHandler.Assert(visualChildren.Count == arrayColumnDesc.Length, ErrorHandler.ColumnVisualCountMismatch);
src\Framework\MS\Internal\PtsHost\SubpageParaClient.cs (1)
434ErrorHandler.Assert(visualChildren.Count == arrayColumnDesc.Length, ErrorHandler.ColumnVisualCountMismatch);