1 write to Child
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5630
SetDelegate = delegate (object target, object value) { ((System.Windows.Documents.PageContent)target).
Child
= (System.Windows.Documents.FixedPage)value; },
1 reference to Child
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5631
GetDelegate = delegate (object target) { return ((System.Windows.Documents.PageContent)target).
Child
; }