8 references to Blocks
PresentationFramework (8)
System\Windows\Documents\TableCell.cs (1)
63this.Blocks.Add(blockItem);
System\Windows\Documents\TextRangeEditTables.cs (5)
1078cell.Blocks.Clear(); 1079cell.Blocks.Add(new Paragraph()); 2287if (currentCell.Blocks.FirstBlock != null) 2292Paragraph sourceParagraph = currentCell.Blocks.FirstBlock as Paragraph; 2320newCell.Blocks.Add(newParagraph);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5847bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.TableCell)target).Blocks; };
System\Windows\Markup\KnownTypes.cs (1)
2530case KnownElements.TableCell: return (o as System.Windows.Documents.TableCell).Blocks;