1 write to _type
PresentationFramework (1)
System\Windows\Documents\FixedElement.cs (1)
129_type = type;
15 references to _type
PresentationFramework (15)
System\Windows\Documents\FixedElement.cs (15)
131if (_type == ElementType.Object) // is EmbeddedObject 158return string.Create(CultureInfo.InvariantCulture, $"{{S@{_start}---E@{_end}}} {System.Enum.GetName(_type)}"); 189if (_type == ElementType.InlineUIContainer) 191Debug.Assert(_object == null && e._type == ElementType.Object); 198if (_type == ElementType.Hyperlink || _type == ElementType.Paragraph || 199(_type >= ElementType.Table && _type <= ElementType.TableCell)) 208if (!(_type == ElementType.Object || _type == ElementType.InlineUIContainer)) 216if (_type == ElementType.InlineUIContainer) 228switch (_type) 355return ! (_type == ElementType.Object 356|| _type == ElementType.Container); 364switch (_type)