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)
131
if (
_type
== ElementType.Object) // is EmbeddedObject
158
return string.Create(CultureInfo.InvariantCulture, $"{{S@{_start}---E@{_end}}} {System.Enum.GetName(
_type
)}");
189
if (
_type
== ElementType.InlineUIContainer)
191
Debug.Assert(_object == null && e.
_type
== ElementType.Object);
198
if (
_type
== ElementType.Hyperlink ||
_type
== ElementType.Paragraph ||
199
(
_type
>= ElementType.Table &&
_type
<= ElementType.TableCell))
208
if (!(
_type
== ElementType.Object ||
_type
== ElementType.InlineUIContainer))
216
if (
_type
== ElementType.InlineUIContainer)
228
switch (
_type
)
355
return ! (
_type
== ElementType.Object
356
||
_type
== ElementType.Container);
364
switch (
_type
)