1 write to _type
PresentationFramework (1)
System\Windows\Documents\FixedElement.cs (1)
137_type = type;
15 references to _type
PresentationFramework (15)
System\Windows\Documents\FixedElement.cs (15)
139if (_type == ElementType.Object) // is EmbeddedObject 166return string.Create(CultureInfo.InvariantCulture, $"{{S@{_start}---E@{_end}}} {System.Enum.GetName(_type)}"); 197if (_type == ElementType.InlineUIContainer) 199Debug.Assert(_object == null && e._type == ElementType.Object); 206if (_type == ElementType.Hyperlink || _type == ElementType.Paragraph || 207(_type >= ElementType.Table && _type <= ElementType.TableCell)) 216if (!(_type == ElementType.Object || _type == ElementType.InlineUIContainer)) 224if (_type == ElementType.InlineUIContainer) 236switch (_type) 363return ! (_type == ElementType.Object 364|| _type == ElementType.Container); 372switch (_type)