src\Framework\System\Windows\Documents\FlowDocument.cs (32)
92typographyProperties[i].OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(typographyChanged));
95DefaultStyleKeyProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(_typeofThis));
96FocusableProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(true));
208TextElement.FontFamilyProperty.AddOwner(_typeofThis);
227TextElement.FontStyleProperty.AddOwner(_typeofThis);
242TextElement.FontWeightProperty.AddOwner(_typeofThis);
257TextElement.FontStretchProperty.AddOwner(_typeofThis);
273_typeofThis);
291_typeofThis);
307_typeofThis,
326_typeofThis,
344Block.TextAlignmentProperty.AddOwner(_typeofThis);
359Block.FlowDirectionProperty.AddOwner(_typeofThis);
374Block.LineHeightProperty.AddOwner(_typeofThis);
390Block.LineStackingStrategyProperty.AddOwner(_typeofThis);
408_typeofThis,
433_typeofThis,
458_typeofThis,
481_typeofThis,
506_typeofThis,
527_typeofThis,
548_typeofThis,
574_typeofThis,
599_typeofThis,
625_typeofThis,
651_typeofThis,
676_typeofThis,
702_typeofThis,
739Block.IsHyphenationEnabledProperty.AddOwner(_typeofThis);
1652if (!TextSchema.IsValidChildOfContainer(/*parentType:*/_typeofThis, /*childType:*/value.GetType()))
1654throw new ArgumentException(SR.Get(SRID.TextSchema_ChildTypeIsInvalid, _typeofThis.Name, value.GetType().Name));