1 write to _type
PresentationFramework (1)
System\Windows\Documents\FixedElement.cs (1)
128_type = type;
15 references to _type
PresentationFramework (15)
System\Windows\Documents\FixedElement.cs (15)
130if (_type == ElementType.Object) // is EmbeddedObject 157return string.Create(CultureInfo.InvariantCulture, $"{{S@{_start}---E@{_end}}} {System.Enum.GetName(_type)}"); 188if (_type == ElementType.InlineUIContainer) 190Debug.Assert(_object == null && e._type == ElementType.Object); 197if (_type == ElementType.Hyperlink || _type == ElementType.Paragraph || 198(_type >= ElementType.Table && _type <= ElementType.TableCell)) 207if (!(_type == ElementType.Object || _type == ElementType.InlineUIContainer)) 215if (_type == ElementType.InlineUIContainer) 229switch (_type) 360return ! (_type == ElementType.Object 361|| _type == ElementType.Container); 369switch (_type)