8 references to Blocks
PresentationFramework (8)
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (3)
543
if (figure.
Blocks
.FirstChild == figure.
Blocks
.LastChild &&
544
figure.
Blocks
.FirstChild == Element)
src\Framework\System\Windows\Documents\AnchoredBlock.cs (1)
63
this.
Blocks
.Add(block);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4043
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.AnchoredBlock)target).
Blocks
; };
4506
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.Figure)target).
Blocks
; };
4574
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.Floater)target).
Blocks
; };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
2464
return (o as System.Windows.Documents.AnchoredBlock).
Blocks
;