9 writes to _elementType
PresentationFramework (9)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (9)
63_elementType = FixedElement.ElementType.Section; 109_elementType = FixedElement.ElementType.Paragraph; 154_elementType = FixedElement.ElementType.Figure; 196_elementType = FixedElement.ElementType.List; 238_elementType = FixedElement.ElementType.ListItem; 292_elementType = FixedElement.ElementType.Table; 334_elementType = FixedElement.ElementType.TableRowGroup; 377_elementType = FixedElement.ElementType.TableRow; 419_elementType = FixedElement.ElementType.TableCell;
1 reference to _elementType
PresentationFramework (1)
System\Windows\Documents\DocumentStructures\NamedElement.cs (1)
33get { return _elementType;}