8 references to Blocks
PresentationFramework (8)
src\Framework\System\Windows\Documents\TableCell.cs (1)
83
this.
Blocks
.Add(blockItem);
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (5)
1083
cell.
Blocks
.Clear();
1084
cell.
Blocks
.Add(new Paragraph());
2292
if (currentCell.
Blocks
.FirstBlock != null)
2297
Paragraph sourceParagraph = currentCell.
Blocks
.FirstBlock as Paragraph;
2325
newCell.
Blocks
.Add(newParagraph);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5807
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.TableCell)target).
Blocks
; };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
2523
case KnownElements.TableCell: return (o as System.Windows.Documents.TableCell).
Blocks
;