1 write to _type
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedElement.cs (1)
141_type = type;
13 references to _type
PresentationFramework (13)
src\Framework\System\Windows\Documents\FixedElement.cs (13)
202if (_type == ElementType.InlineUIContainer) 204Debug.Assert(_object == null && e._type == ElementType.Object); 211if (_type == ElementType.Hyperlink || _type == ElementType.Paragraph || 212(_type >= ElementType.Table && _type <= ElementType.TableCell)) 221if (!(_type == ElementType.Object || _type == ElementType.InlineUIContainer)) 229if (_type == ElementType.InlineUIContainer) 241switch (_type) 369return ! (_type == ElementType.Object 370|| _type == ElementType.Container); 378switch (_type)