7 references to GetNoninheritableProperties
PresentationFramework (7)
System\Windows\Documents\TextRangeEdit.cs (2)
136DependencyProperty[] noninheritableProperties = TextSchema.GetNoninheritableProperties(typeof(Span)); 373DependencyProperty[] nonInheritableProperties = TextSchema.GetNoninheritableProperties(typeof(Span));
System\Windows\Documents\TextRangeEditTables.cs (1)
2299DependencyProperty[] nonInheritableProperties = TextSchema.GetNoninheritableProperties(typeof(Paragraph));
System\Windows\Documents\TextRangeSerialization.cs (3)
837DependencyProperty[] elementProperties = TextSchema.GetNoninheritableProperties(elementTypeStandardized); 965DependencyProperty[] nonInheritableProperties = TextSchema.GetNoninheritableProperties(elementTypeStandardized); 1122DependencyProperty[] elementProperties = TextSchema.GetNoninheritableProperties(elementTypeStandardized);
System\windows\Documents\TextSelection.cs (1)
1481DependencyProperty[] noninheritableProperties = TextSchema.GetNoninheritableProperties(typeof(Span));