8 references to Blocks
PresentationFramework (8)
MS\Internal\PtsHost\UIElementParagraph.cs (3)
549
if (figure.
Blocks
.FirstChild == figure.
Blocks
.LastChild &&
550
figure.
Blocks
.FirstChild == Element)
System\Windows\Documents\AnchoredBlock.cs (1)
56
this.
Blocks
.Add(block);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4277
GetDelegate = delegate (object target) { return ((System.Windows.Documents.AnchoredBlock)target).
Blocks
; },
4792
GetDelegate = delegate (object target) { return ((System.Windows.Documents.Figure)target).
Blocks
; },
4868
GetDelegate = delegate (object target) { return ((System.Windows.Documents.Floater)target).
Blocks
; },
System\Windows\Markup\KnownTypes.cs (1)
2465
return (o as System.Windows.Documents.AnchoredBlock).
Blocks
;