1 write to _paragraph
PresentationFramework (1)
MS\Internal\PtsHost\BaseParaClient.cs (1)
48_paragraph = paragraph;
4 references to _paragraph
PresentationFramework (4)
MS\Internal\PtsHost\BaseParaClient.cs (1)
214internal BaseParagraph Paragraph { get { return _paragraph; } }
MS\Internal\PtsHost\CellParaClient.cs (1)
407internal CellParagraph CellParagraph { get { return (CellParagraph)_paragraph; } }
MS\Internal\PtsHost\TableParaClient.cs (1)
1257get { return (TableParagraph)_paragraph; }
MS\Internal\PtsHost\TextParaClient.cs (1)
1162internal TextParagraph TextParagraph { get { return (TextParagraph)_paragraph; } }