1 write to _type
PresentationFramework (1)
System\Windows\Documents\RtfToXamlReader.cs (1)
4635
_type
= documentNodeType;
23 references to _type
PresentationFramework (23)
System\Windows\Documents\RtfToXamlReader.cs (23)
5665
return
_type
== DocumentNodeType.dnText
5666
||
_type
== DocumentNodeType.dnInline
5667
||
_type
== DocumentNodeType.dnImage
5668
||
_type
== DocumentNodeType.dnLineBreak
5669
||
_type
== DocumentNodeType.dnListText
5670
||
_type
== DocumentNodeType.dnHyperlink;
5678
return
_type
== DocumentNodeType.dnParagraph
5679
||
_type
== DocumentNodeType.dnList
5680
||
_type
== DocumentNodeType.dnListItem
5681
||
_type
== DocumentNodeType.dnTable
5682
||
_type
== DocumentNodeType.dnTableBody
5683
||
_type
== DocumentNodeType.dnRow
5684
||
_type
== DocumentNodeType.dnCell
5685
||
_type
== DocumentNodeType.dnSection
5686
||
_type
== DocumentNodeType.dnFigure
5687
||
_type
== DocumentNodeType.dnFloater;
5695
return
_type
== DocumentNodeType.dnLineBreak;
5703
return
_type
== DocumentNodeType.dnFieldBegin
5704
||
_type
== DocumentNodeType.dnFieldEnd
5705
||
_type
== DocumentNodeType.dnShape
5706
||
_type
== DocumentNodeType.dnListText;
5720
if (
_type
== DocumentNodeType.dnText)
5857
return
_type
;