1 write to _paragraph
PresentationFramework (1)
MS\Internal\PtsHost\BaseParaClient.cs (1)
39_paragraph = paragraph;
4 references to _paragraph
PresentationFramework (4)
MS\Internal\PtsHost\BaseParaClient.cs (1)
205internal BaseParagraph Paragraph { get { return _paragraph; } }
MS\Internal\PtsHost\CellParaClient.cs (1)
401internal CellParagraph CellParagraph { get { return (CellParagraph)_paragraph; } }
MS\Internal\PtsHost\TableParaClient.cs (1)
1250get { return (TableParagraph)_paragraph; }
MS\Internal\PtsHost\TextParaClient.cs (1)
1155internal TextParagraph TextParagraph { get { return (TextParagraph)_paragraph; } }