9 writes to _elementType
PresentationFramework (9)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (9)
51_elementType = FixedElement.ElementType.Section; 97_elementType = FixedElement.ElementType.Paragraph; 142_elementType = FixedElement.ElementType.Figure; 184_elementType = FixedElement.ElementType.List; 226_elementType = FixedElement.ElementType.ListItem; 280_elementType = FixedElement.ElementType.Table; 322_elementType = FixedElement.ElementType.TableRowGroup; 365_elementType = FixedElement.ElementType.TableRow; 407_elementType = FixedElement.ElementType.TableCell;
1 reference to _elementType
PresentationFramework (1)
System\Windows\Documents\DocumentStructures\NamedElement.cs (1)
20get { return _elementType;}