8 references to Blocks
PresentationFramework (8)
System\Windows\Documents\TableCell.cs (1)
76this.Blocks.Add(blockItem);
System\Windows\Documents\TextRangeEditTables.cs (5)
1080cell.Blocks.Clear(); 1081cell.Blocks.Add(new Paragraph()); 2289if (currentCell.Blocks.FirstBlock != null) 2294Paragraph sourceParagraph = currentCell.Blocks.FirstBlock as Paragraph; 2322newCell.Blocks.Add(newParagraph);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5849bamlMember.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;