9 references to TableRowStructure
PresentationFramework (9)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (8)
315
public class TableRowGroupStructure : SemanticBasicElement, IAddChild, IEnumerable<
TableRowStructure
>, IEnumerable
325
public void Add(
TableRowStructure
tableRow)
333
if (value is
TableRowStructure
)
335
_elementList.Add((
TableRowStructure
)value);
338
throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(
TableRowStructure
)), nameof(value));
344
IEnumerator<
TableRowStructure
> IEnumerable<
TableRowStructure
>.GetEnumerator()
351
return ((IEnumerable<
TableRowStructure
>)this).GetEnumerator();
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
227
typeof(System.Windows.Documents.DocumentStructures.
TableRowStructure
),