1 write to _type
PresentationFramework (1)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
4695
_type
= documentNodeType;
23 references to _type
PresentationFramework (23)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (23)
5746
return
_type
== DocumentNodeType.dnText
5747
||
_type
== DocumentNodeType.dnInline
5748
||
_type
== DocumentNodeType.dnImage
5749
||
_type
== DocumentNodeType.dnLineBreak
5750
||
_type
== DocumentNodeType.dnListText
5751
||
_type
== DocumentNodeType.dnHyperlink;
5759
return
_type
== DocumentNodeType.dnParagraph
5760
||
_type
== DocumentNodeType.dnList
5761
||
_type
== DocumentNodeType.dnListItem
5762
||
_type
== DocumentNodeType.dnTable
5763
||
_type
== DocumentNodeType.dnTableBody
5764
||
_type
== DocumentNodeType.dnRow
5765
||
_type
== DocumentNodeType.dnCell
5766
||
_type
== DocumentNodeType.dnSection
5767
||
_type
== DocumentNodeType.dnFigure
5768
||
_type
== DocumentNodeType.dnFloater;
5776
return
_type
== DocumentNodeType.dnLineBreak;
5784
return
_type
== DocumentNodeType.dnFieldBegin
5785
||
_type
== DocumentNodeType.dnFieldEnd
5786
||
_type
== DocumentNodeType.dnShape
5787
||
_type
== DocumentNodeType.dnListText;
5801
if (
_type
== DocumentNodeType.dnText)
5938
return
_type
;