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