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