9 references to TableRowGroupStructure
PresentationFramework (9)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (8)
273
public class TableStructure : SemanticBasicElement, IAddChild, IEnumerable<
TableRowGroupStructure
>, IEnumerable
283
public void Add(
TableRowGroupStructure
tableRowGroup)
291
if (value is
TableRowGroupStructure
)
293
_elementList.Add((
TableRowGroupStructure
)value);
296
throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(
TableRowGroupStructure
)), nameof(value));
301
IEnumerator<
TableRowGroupStructure
> IEnumerable<
TableRowGroupStructure
>.GetEnumerator()
308
return ((IEnumerable<
TableRowGroupStructure
>)this).GetEnumerator();
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
226
typeof(System.Windows.Documents.DocumentStructures.
TableRowGroupStructure
),