7 references to GetNoninheritableProperties
PresentationFramework (7)
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
138DependencyProperty[] noninheritableProperties = TextSchema.GetNoninheritableProperties(typeof(Span)); 375DependencyProperty[] nonInheritableProperties = TextSchema.GetNoninheritableProperties(typeof(Span));
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
2302DependencyProperty[] nonInheritableProperties = TextSchema.GetNoninheritableProperties(typeof(Paragraph));
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (3)
843DependencyProperty[] elementProperties = TextSchema.GetNoninheritableProperties(elementTypeStandardized); 972DependencyProperty[] nonInheritableProperties = TextSchema.GetNoninheritableProperties(elementTypeStandardized); 1146DependencyProperty[] elementProperties = TextSchema.GetNoninheritableProperties(elementTypeStandardized);
src\Framework\System\windows\Documents\TextSelection.cs (1)
1484DependencyProperty[] noninheritableProperties = TextSchema.GetNoninheritableProperties(typeof(Span));