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)
202
if (
_type
== ElementType.InlineUIContainer)
204
Debug.Assert(_object == null && e.
_type
== ElementType.Object);
211
if (
_type
== ElementType.Hyperlink ||
_type
== ElementType.Paragraph ||
212
(
_type
>= ElementType.Table &&
_type
<= ElementType.TableCell))
221
if (!(
_type
== ElementType.Object ||
_type
== ElementType.InlineUIContainer))
229
if (
_type
== ElementType.InlineUIContainer)
241
switch (
_type
)
369
return ! (
_type
== ElementType.Object
370
||
_type
== ElementType.Container);
378
switch (
_type
)