1 write to _type
PresentationFramework (1)
System\Windows\Documents\RtfToXamlReader.cs (1)
4632
_type
= documentNodeType;
23 references to _type
PresentationFramework (23)
System\Windows\Documents\RtfToXamlReader.cs (23)
5667
return
_type
== DocumentNodeType.dnText
5668
||
_type
== DocumentNodeType.dnInline
5669
||
_type
== DocumentNodeType.dnImage
5670
||
_type
== DocumentNodeType.dnLineBreak
5671
||
_type
== DocumentNodeType.dnListText
5672
||
_type
== DocumentNodeType.dnHyperlink;
5680
return
_type
== DocumentNodeType.dnParagraph
5681
||
_type
== DocumentNodeType.dnList
5682
||
_type
== DocumentNodeType.dnListItem
5683
||
_type
== DocumentNodeType.dnTable
5684
||
_type
== DocumentNodeType.dnTableBody
5685
||
_type
== DocumentNodeType.dnRow
5686
||
_type
== DocumentNodeType.dnCell
5687
||
_type
== DocumentNodeType.dnSection
5688
||
_type
== DocumentNodeType.dnFigure
5689
||
_type
== DocumentNodeType.dnFloater;
5697
return
_type
== DocumentNodeType.dnLineBreak;
5705
return
_type
== DocumentNodeType.dnFieldBegin
5706
||
_type
== DocumentNodeType.dnFieldEnd
5707
||
_type
== DocumentNodeType.dnShape
5708
||
_type
== DocumentNodeType.dnListText;
5722
if (
_type
== DocumentNodeType.dnText)
5859
return
_type
;