5 instantiations of TableRowGroup
PresentationFramework (5)
src\Framework\System\Windows\Documents\FixedElement.cs (1)
247root = new TableRowGroup();
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
666TableRowGroup rowGroup = new TableRowGroup(); 829TableRowGroup tableRowGroup = new TableRowGroup();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9821bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.TableRowGroup(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1587case KnownElements.TableRowGroup: o = new System.Windows.Documents.TableRowGroup(); break;
94 references to TableRowGroup
PresentationFramework (94)
src\Framework\MS\Internal\Documents\IIndexedChild.cs (1)
26/// Note that <see cref="TableRow"/> also implements IIndexedChild with parent <see cref="TableRowGroup"/>
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (1)
1959TableRowGroup tableRowGroup = row.RowGroup;
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (2)
281TableRowGroup rowGroup = Table.RowGroups[rowGroupIndex]; 328TableRowGroup currentRowGroup = currentRow.RowGroup;
src\Framework\System\Windows\Automation\Peers\TableAutomationPeer.cs (2)
97foreach (TableRowGroup group in ((Table)Owner).RowGroups) 141foreach (TableRowGroup group in table.RowGroups)
src\Framework\System\Windows\Documents\FixedElement.cs (1)
408return typeof(TableRowGroup);
src\Framework\System\Windows\Documents\Table.cs (3)
86TableRowGroup rowGroup = value as TableRowGroup; 93throw (new ArgumentException(SR.Get(SRID.UnexpectedParameterType, value.GetType(), typeof(TableRowGroup)), "value"));
src\Framework\System\Windows\Documents\TableRow.cs (12)
44public class TableRow : TextElement, IAddChild, IIndexedChild<TableRowGroup>, IAcceptInsertion 112if (newParent != null && !(newParent is TableRowGroup)) 119((TableRowGroup)oldParent).Rows.InternalRemove(this); 126((TableRowGroup)newParent).Rows.InternalAdd(this); 153void IIndexedChild<TableRowGroup>.OnEnterParentTree() 161void IIndexedChild<TableRowGroup>.OnExitParentTree() 166void IIndexedChild<TableRowGroup>.OnAfterExitParentTree(TableRowGroup parent) 170int IIndexedChild<TableRowGroup>.Index 199internal void OnAfterExitParentTree(TableRowGroup rowGroup) 285internal TableRowGroup RowGroup 289return (Parent as TableRowGroup);
src\Framework\System\Windows\Documents\TableRowCollection.cs (3)
35internal TableRowCollection(TableRowGroup owner) 37_rowCollectionInternal = new TableTextElementCollectionInternal<TableRowGroup, TableRow>(owner); 560private TableTextElementCollectionInternal<TableRowGroup, TableRow> _rowCollectionInternal;
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (19)
25public sealed class TableRowGroupCollection : IList<TableRowGroup>, IList 37_rowGroupCollectionInternal = new TableTextElementCollectionInternal<Table, TableRowGroup>(owner); 86public void CopyTo(TableRowGroup[] array, int index) 102IEnumerator<TableRowGroup> IEnumerable<TableRowGroup>.GetEnumerator() 104return ((IEnumerable<TableRowGroup>)_rowGroupCollectionInternal).GetEnumerator(); 119public void Add(TableRowGroup item) 144public bool Contains(TableRowGroup item) 154public int IndexOf(TableRowGroup item) 183public void Insert(int index, TableRowGroup item) 203public bool Remove(TableRowGroup item) 439public TableRowGroup this[int index] 458internal void InternalAdd(TableRowGroup item) 466internal void InternalRemove(TableRowGroup item) 503private void PrivateConnectChild(int index, TableRowGroup item) 513private void PrivateDisconnectChild(TableRowGroup item) 519private bool BelongsToOwner(TableRowGroup item) 526private int FindInsertionIndex(TableRowGroup item) 559private TableTextElementCollectionInternal<Table, TableRowGroup> _rowGroupCollectionInternal;
src\Framework\System\windows\Documents\TextEditorTyping.cs (2)
1444TableRowGroup body = row.RowGroup; 1479TableRowGroup body = row.RowGroup;
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (32)
194TableRowGroup anchorRowGroup; 195TableRowGroup movingRowGroup; 238TableRowGroup anchorRowGroup; 239TableRowGroup movingRowGroup; 295TableRowGroup anchorRowGroup; 296TableRowGroup movingRowGroup; 335TableRowGroup rowGroup = anchorCell.Row.RowGroup; 666TableRowGroup rowGroup = new TableRowGroup(); 829TableRowGroup tableRowGroup = new TableRowGroup(); 835if (parent is TableRowGroup) 955TableRowGroup startRowGroup; 956TableRowGroup endRowGroup; 1147TableRowGroup rowGroup = currentRow.RowGroup; 1369TableRowGroup rowGroup = table.RowGroups[iRowGroup]; 1439TableRowGroup startRowGroup; 1440TableRowGroup endRowGroup; 1490TableRowGroup rowGroup = table.RowGroups[iRowGroup]; 1833TableRowGroup startRowGroup; 1834TableRowGroup endRowGroup; 1884TableRowGroup startRowGroup; 1885TableRowGroup endRowGroup; 1905TableRowGroup rowGroup = startCell.Row.RowGroup; 2050out TableRowGroup anchorRowGroup, out TableRowGroup movingRowGroup, 2135out TableRowGroup anchorRowGroup, out TableRowGroup movingRowGroup, 2174out TableRowGroup rowGroup, 2203else if (element is TableRowGroup) 2205rowGroup = (TableRowGroup)element; 2343private static TextRange MergeCellRange(TableRowGroup rowGroup, int topRow, int bottomRow, int leftColumn, int rightColumn) 2364private static bool CanMergeCellRange(TableRowGroup rowGroup, int topRow, int bottomRow, int leftColumn, int rightColumn) 2423private static TextRange DoMergeCellRange(TableRowGroup rowGroup, int topRow, int bottomRow, int leftColumn, int rightColumn)
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
1748typeof(TableRowGroup).IsAssignableFrom(commonAncestor.ParentType) ||
src\Framework\System\Windows\Documents\TextSchema.cs (7)
196else if (typeof(TableRowGroup).IsAssignableFrom(newType)) 198return typeof(TableRowGroup).IsAssignableFrom(siblingType); 438else if (typeof(TableRowGroup).IsAssignableFrom(type)) 440return typeof(TableRowGroup); 552else if (typeof(TableRowGroup).IsAssignableFrom(type)) 854return typeof(TableRowGroup).IsAssignableFrom(childType); 856else if (typeof(TableRowGroup).IsAssignableFrom(parentType))
src\Framework\System\windows\Documents\TextSelection.cs (1)
1034TableRowGroup rowGroup;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
722case 630: t = () => typeof(TableRowGroup); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5833Type type = typeof(System.Windows.Documents.TableRowGroup); 5835this.GetXamlType(typeof(System.Windows.Documents.TableRowGroup)), // DeclaringType 5841bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.TableRowGroup)target).Rows; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9819typeof(System.Windows.Documents.TableRowGroup),
src\Framework\System\Windows\Markup\KnownTypes.cs (2)
2525case KnownElements.TableRowGroup: return (o as System.Windows.Documents.TableRowGroup).Rows; 6174case KnownElements.TableRowGroup: t = typeof(System.Windows.Documents.TableRowGroup); break;