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