8 references to Blocks
PresentationFramework (8)
System\Windows\Documents\TableCell.cs (1)
76
this.
Blocks
.Add(blockItem);
System\Windows\Documents\TextRangeEditTables.cs (5)
1080
cell.
Blocks
.Clear();
1081
cell.
Blocks
.Add(new Paragraph());
2289
if (currentCell.
Blocks
.FirstBlock != null)
2294
Paragraph sourceParagraph = currentCell.
Blocks
.FirstBlock as Paragraph;
2322
newCell.
Blocks
.Add(newParagraph);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5849
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.TableCell)target).
Blocks
; };
System\Windows\Markup\KnownTypes.cs (1)
2530
case KnownElements.TableCell: return (o as System.Windows.Documents.TableCell).
Blocks
;