9 references to TableRowStructure
PresentationFramework (9)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (8)
327
public class TableRowGroupStructure : SemanticBasicElement, IAddChild, IEnumerable<
TableRowStructure
>, IEnumerable
337
public void Add(
TableRowStructure
tableRow)
345
if (value is
TableRowStructure
)
347
_elementList.Add((
TableRowStructure
)value);
350
throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(
TableRowStructure
)), nameof(value));
356
IEnumerator<
TableRowStructure
> IEnumerable<
TableRowStructure
>.GetEnumerator()
363
return ((IEnumerable<
TableRowStructure
>)this).GetEnumerator();
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
229
typeof(System.Windows.Documents.DocumentStructures.
TableRowStructure
),