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