9 writes to _elementType
PresentationFramework (9)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (9)
52_elementType = FixedElement.ElementType.Section; 98_elementType = FixedElement.ElementType.Paragraph; 143_elementType = FixedElement.ElementType.Figure; 185_elementType = FixedElement.ElementType.List; 227_elementType = FixedElement.ElementType.ListItem; 281_elementType = FixedElement.ElementType.Table; 323_elementType = FixedElement.ElementType.TableRowGroup; 366_elementType = FixedElement.ElementType.TableRow; 408_elementType = FixedElement.ElementType.TableCell;
1 reference to _elementType
PresentationFramework (1)
System\Windows\Documents\DocumentStructures\NamedElement.cs (1)
21get { return _elementType;}