1 write to _type
PresentationFramework (1)
System\Windows\Documents\FixedElement.cs (1)
128
_type
= type;
13 references to _type
PresentationFramework (13)
System\Windows\Documents\FixedElement.cs (13)
188
if (
_type
== ElementType.InlineUIContainer)
190
Debug.Assert(_object == null && e.
_type
== ElementType.Object);
197
if (
_type
== ElementType.Hyperlink ||
_type
== ElementType.Paragraph ||
198
(
_type
>= ElementType.Table &&
_type
<= ElementType.TableCell))
207
if (!(
_type
== ElementType.Object ||
_type
== ElementType.InlineUIContainer))
215
if (
_type
== ElementType.InlineUIContainer)
229
switch (
_type
)
360
return ! (
_type
== ElementType.Object
361
||
_type
== ElementType.Container);
369
switch (
_type
)