32 references to _typeofThis
PresentationFramework (32)
System\Windows\Documents\FlowDocument.cs (32)
86typographyProperties[i].OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(typographyChanged));
89DefaultStyleKeyProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(_typeofThis));
90FocusableProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(true));
199TextElement.FontFamilyProperty.AddOwner(_typeofThis);
218TextElement.FontStyleProperty.AddOwner(_typeofThis);
233TextElement.FontWeightProperty.AddOwner(_typeofThis);
248TextElement.FontStretchProperty.AddOwner(_typeofThis);
264_typeofThis);
282_typeofThis);
298_typeofThis,
317_typeofThis,
335Block.TextAlignmentProperty.AddOwner(_typeofThis);
350Block.FlowDirectionProperty.AddOwner(_typeofThis);
365Block.LineHeightProperty.AddOwner(_typeofThis);
381Block.LineStackingStrategyProperty.AddOwner(_typeofThis);
399_typeofThis,
424_typeofThis,
449_typeofThis,
472_typeofThis,
497_typeofThis,
518_typeofThis,
539_typeofThis,
565_typeofThis,
590_typeofThis,
616_typeofThis,
642_typeofThis,
667_typeofThis,
693_typeofThis,
730Block.IsHyphenationEnabledProperty.AddOwner(_typeofThis);
1627if (!TextSchema.IsValidChildOfContainer(/*parentType:*/_typeofThis, /*childType:*/value.GetType()))
1629throw new ArgumentException(SR.Format(SR.TextSchema_ChildTypeIsInvalid, _typeofThis.Name, value.GetType().Name));