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