7 references to GetNoninheritableProperties
PresentationFramework (7)
System\Windows\Documents\TextRangeEdit.cs (2)
134
DependencyProperty[] noninheritableProperties = TextSchema.
GetNoninheritableProperties
(typeof(Span));
371
DependencyProperty[] nonInheritableProperties = TextSchema.
GetNoninheritableProperties
(typeof(Span));
System\Windows\Documents\TextRangeEditTables.cs (1)
2297
DependencyProperty[] nonInheritableProperties = TextSchema.
GetNoninheritableProperties
(typeof(Paragraph));
System\Windows\Documents\TextRangeSerialization.cs (3)
831
DependencyProperty[] elementProperties = TextSchema.
GetNoninheritableProperties
(elementTypeStandardized);
959
DependencyProperty[] nonInheritableProperties = TextSchema.
GetNoninheritableProperties
(elementTypeStandardized);
1116
DependencyProperty[] elementProperties = TextSchema.
GetNoninheritableProperties
(elementTypeStandardized);
System\windows\Documents\TextSelection.cs (1)
1478
DependencyProperty[] noninheritableProperties = TextSchema.
GetNoninheritableProperties
(typeof(Span));