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