4 references to Blocks
PresentationFramework (4)
src\Framework\System\windows\Documents\Section.cs (1)
50
this.
Blocks
.Add(block);
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
1402
List list = fragment.
Blocks
.FirstBlock as List;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5551
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.Section)target).
Blocks
; };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
2517
case KnownElements.Section: return (o as System.Windows.Documents.Section).
Blocks
;