5 instantiations of TableRowGroup
PresentationFramework (5)
System\Windows\Documents\FixedElement.cs (1)
235
root = new
TableRowGroup
();
System\Windows\Documents\TextRangeEditTables.cs (2)
662
TableRowGroup rowGroup = new
TableRowGroup
();
827
TableRowGroup tableRowGroup = new
TableRowGroup
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10895
DefaultConstructor = delegate () { return new System.Windows.Documents.
TableRowGroup
(); },
System\Windows\Markup\KnownTypes.cs (1)
1579
case KnownElements.TableRowGroup: o = new System.Windows.Documents.
TableRowGroup
(); break;
94 references to TableRowGroup
PresentationFramework (94)
MS\Internal\Documents\IIndexedChild.cs (1)
22
/// Note that <see cref="TableRow"/> also implements IIndexedChild with parent <see cref="
TableRowGroup
"/>
MS\Internal\PtsHost\TableParaClient.cs (1)
1836
TableRowGroup
tableRowGroup = row.RowGroup;
MS\Internal\PtsHost\TableParagraph.cs (2)
263
TableRowGroup
rowGroup = Table.RowGroups[rowGroupIndex];
310
TableRowGroup
currentRowGroup = currentRow.RowGroup;
System\Windows\Automation\Peers\TableAutomationPeer.cs (2)
95
foreach (
TableRowGroup
group in ((Table)Owner).RowGroups)
135
foreach (
TableRowGroup
group in table.RowGroups)
System\Windows\Documents\FixedElement.cs (1)
399
return typeof(
TableRowGroup
);
System\Windows\Documents\Table.cs (3)
60
TableRowGroup
rowGroup = value as
TableRowGroup
;
67
throw (new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(
TableRowGroup
)), nameof(value)));
System\Windows\Documents\TableRow.cs (12)
22
public class TableRow : TextElement, IAddChild, IIndexedChild<
TableRowGroup
>, IAcceptInsertion
87
if (newParent != null && !(newParent is
TableRowGroup
))
94
((
TableRowGroup
)oldParent).Rows.InternalRemove(this);
101
((
TableRowGroup
)newParent).Rows.InternalAdd(this);
128
void IIndexedChild<
TableRowGroup
>.OnEnterParentTree()
136
void IIndexedChild<
TableRowGroup
>.OnExitParentTree()
141
void IIndexedChild<
TableRowGroup
>.OnAfterExitParentTree(
TableRowGroup
parent)
145
int IIndexedChild<
TableRowGroup
>.Index
171
internal void OnAfterExitParentTree(
TableRowGroup
rowGroup)
257
internal
TableRowGroup
RowGroup
261
return (Parent as
TableRowGroup
);
System\Windows\Documents\TableRowCollection.cs (3)
30
internal TableRowCollection(
TableRowGroup
owner)
32
_rowCollectionInternal = new TableTextElementCollectionInternal<
TableRowGroup
, TableRow>(owner);
555
private TableTextElementCollectionInternal<
TableRowGroup
, TableRow> _rowCollectionInternal;
System\Windows\Documents\TableRowGroupCollection.cs (19)
20
public sealed class TableRowGroupCollection : IList<
TableRowGroup
>, IList
32
_rowGroupCollectionInternal = new TableTextElementCollectionInternal<Table,
TableRowGroup
>(owner);
81
public void CopyTo(
TableRowGroup
[] array, int index)
97
IEnumerator<
TableRowGroup
> IEnumerable<
TableRowGroup
>.GetEnumerator()
99
return ((IEnumerable<
TableRowGroup
>)_rowGroupCollectionInternal).GetEnumerator();
114
public void Add(
TableRowGroup
item)
139
public bool Contains(
TableRowGroup
item)
149
public int IndexOf(
TableRowGroup
item)
178
public void Insert(int index,
TableRowGroup
item)
198
public bool Remove(
TableRowGroup
item)
434
public
TableRowGroup
this[int index]
453
internal void InternalAdd(
TableRowGroup
item)
461
internal void InternalRemove(
TableRowGroup
item)
498
private void PrivateConnectChild(int index,
TableRowGroup
item)
508
private void PrivateDisconnectChild(
TableRowGroup
item)
514
private bool BelongsToOwner(
TableRowGroup
item)
521
private int FindInsertionIndex(
TableRowGroup
item)
554
private TableTextElementCollectionInternal<Table,
TableRowGroup
> _rowGroupCollectionInternal;
System\windows\Documents\TextEditorTyping.cs (2)
1405
TableRowGroup
body = row.RowGroup;
1440
TableRowGroup
body = row.RowGroup;
System\Windows\Documents\TextRangeEditTables.cs (32)
188
TableRowGroup
anchorRowGroup;
189
TableRowGroup
movingRowGroup;
232
TableRowGroup
anchorRowGroup;
233
TableRowGroup
movingRowGroup;
289
TableRowGroup
anchorRowGroup;
290
TableRowGroup
movingRowGroup;
329
TableRowGroup
rowGroup = anchorCell.Row.RowGroup;
662
TableRowGroup
rowGroup = new TableRowGroup();
827
TableRowGroup
tableRowGroup = new TableRowGroup();
833
if (parent is
TableRowGroup
)
953
TableRowGroup
startRowGroup;
954
TableRowGroup
endRowGroup;
1145
TableRowGroup
rowGroup = currentRow.RowGroup;
1367
TableRowGroup
rowGroup = table.RowGroups[iRowGroup];
1437
TableRowGroup
startRowGroup;
1438
TableRowGroup
endRowGroup;
1488
TableRowGroup
rowGroup = table.RowGroups[iRowGroup];
1831
TableRowGroup
startRowGroup;
1832
TableRowGroup
endRowGroup;
1882
TableRowGroup
startRowGroup;
1883
TableRowGroup
endRowGroup;
1903
TableRowGroup
rowGroup = startCell.Row.RowGroup;
2048
out
TableRowGroup
anchorRowGroup, out
TableRowGroup
movingRowGroup,
2133
out
TableRowGroup
anchorRowGroup, out
TableRowGroup
movingRowGroup,
2172
out
TableRowGroup
rowGroup,
2201
else if (element is
TableRowGroup
)
2203
rowGroup = (
TableRowGroup
)element;
2341
private static TextRange MergeCellRange(
TableRowGroup
rowGroup, int topRow, int bottomRow, int leftColumn, int rightColumn)
2362
private static bool CanMergeCellRange(
TableRowGroup
rowGroup, int topRow, int bottomRow, int leftColumn, int rightColumn)
2421
private static TextRange DoMergeCellRange(
TableRowGroup
rowGroup, int topRow, int bottomRow, int leftColumn, int rightColumn)
System\Windows\Documents\TextRangeSerialization.cs (1)
1721
typeof(
TableRowGroup
).IsAssignableFrom(commonAncestor.ParentType) ||
System\Windows\Documents\TextSchema.cs (7)
192
else if (typeof(
TableRowGroup
).IsAssignableFrom(newType))
194
return typeof(
TableRowGroup
).IsAssignableFrom(siblingType);
434
else if (typeof(
TableRowGroup
).IsAssignableFrom(type))
436
return typeof(
TableRowGroup
);
548
else if (typeof(
TableRowGroup
).IsAssignableFrom(type))
845
return typeof(
TableRowGroup
).IsAssignableFrom(childType);
847
else if (typeof(
TableRowGroup
).IsAssignableFrom(parentType))
System\windows\Documents\TextSelection.cs (1)
1012
TableRowGroup
rowGroup;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
723
case 630: t = () => typeof(
TableRowGroup
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
6282
Type type = typeof(System.Windows.Documents.
TableRowGroup
);
6284
this.GetXamlType(typeof(System.Windows.Documents.
TableRowGroup
)), // DeclaringType
6291
GetDelegate = delegate (object target) { return ((System.Windows.Documents.
TableRowGroup
)target).Rows; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10892
typeof(System.Windows.Documents.
TableRowGroup
),
System\Windows\Markup\KnownTypes.cs (2)
2525
case KnownElements.TableRowGroup: return (o as System.Windows.Documents.
TableRowGroup
).Rows;
6177
case KnownElements.TableRowGroup: t = typeof(System.Windows.Documents.
TableRowGroup
); break;