8 references to Blocks
PresentationFramework (8)
System\Windows\Documents\TableCell.cs (1)
63this.Blocks.Add(blockItem);
System\Windows\Documents\TextRangeEditTables.cs (5)
1082cell.Blocks.Clear(); 1083cell.Blocks.Add(new Paragraph()); 2291if (currentCell.Blocks.FirstBlock != null) 2296Paragraph sourceParagraph = currentCell.Blocks.FirstBlock as Paragraph; 2324newCell.Blocks.Add(newParagraph);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6254GetDelegate = delegate (object target) { return ((System.Windows.Documents.TableCell)target).Blocks; },
System\Windows\Markup\KnownTypes.cs (1)
2524case KnownElements.TableCell: return (o as System.Windows.Documents.TableCell).Blocks;