32 references to _typeofThis
PresentationFramework (32)
System\Windows\Documents\FlowDocument.cs (32)
87typographyProperties[i].OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(typographyChanged)); 90DefaultStyleKeyProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(_typeofThis)); 91FocusableProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(true)); 200TextElement.FontFamilyProperty.AddOwner(_typeofThis); 219TextElement.FontStyleProperty.AddOwner(_typeofThis); 234TextElement.FontWeightProperty.AddOwner(_typeofThis); 249TextElement.FontStretchProperty.AddOwner(_typeofThis); 265_typeofThis); 283_typeofThis); 299_typeofThis, 318_typeofThis, 336Block.TextAlignmentProperty.AddOwner(_typeofThis); 351Block.FlowDirectionProperty.AddOwner(_typeofThis); 366Block.LineHeightProperty.AddOwner(_typeofThis); 382Block.LineStackingStrategyProperty.AddOwner(_typeofThis); 400_typeofThis, 425_typeofThis, 450_typeofThis, 473_typeofThis, 498_typeofThis, 519_typeofThis, 540_typeofThis, 566_typeofThis, 591_typeofThis, 617_typeofThis, 643_typeofThis, 668_typeofThis, 694_typeofThis, 731Block.IsHyphenationEnabledProperty.AddOwner(_typeofThis); 1640if (!TextSchema.IsValidChildOfContainer(/*parentType:*/_typeofThis, /*childType:*/value.GetType())) 1642throw new ArgumentException(SR.Format(SR.TextSchema_ChildTypeIsInvalid, _typeofThis.Name, value.GetType().Name));