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