1 write to _type
PresentationFramework (1)
System\Windows\Documents\RtfToXamlReader.cs (1)
4642
_type
= documentNodeType;
23 references to _type
PresentationFramework (23)
System\Windows\Documents\RtfToXamlReader.cs (23)
5677
return
_type
== DocumentNodeType.dnText
5678
||
_type
== DocumentNodeType.dnInline
5679
||
_type
== DocumentNodeType.dnImage
5680
||
_type
== DocumentNodeType.dnLineBreak
5681
||
_type
== DocumentNodeType.dnListText
5682
||
_type
== DocumentNodeType.dnHyperlink;
5690
return
_type
== DocumentNodeType.dnParagraph
5691
||
_type
== DocumentNodeType.dnList
5692
||
_type
== DocumentNodeType.dnListItem
5693
||
_type
== DocumentNodeType.dnTable
5694
||
_type
== DocumentNodeType.dnTableBody
5695
||
_type
== DocumentNodeType.dnRow
5696
||
_type
== DocumentNodeType.dnCell
5697
||
_type
== DocumentNodeType.dnSection
5698
||
_type
== DocumentNodeType.dnFigure
5699
||
_type
== DocumentNodeType.dnFloater;
5707
return
_type
== DocumentNodeType.dnLineBreak;
5715
return
_type
== DocumentNodeType.dnFieldBegin
5716
||
_type
== DocumentNodeType.dnFieldEnd
5717
||
_type
== DocumentNodeType.dnShape
5718
||
_type
== DocumentNodeType.dnListText;
5732
if (
_type
== DocumentNodeType.dnText)
5869
return
_type
;