6 references to GetStringValue
PresentationFramework (6)
System\Windows\Documents\TextRangeSerialization.cs (4)
740
string stringValue = DPTypeDescriptorContext.
GetStringValue
(property, value);
804
string stringValue = DPTypeDescriptorContext.
GetStringValue
(property, innerValue);
934
string stringValue = DPTypeDescriptorContext.
GetStringValue
(property, propertyValue);
980
string stringValue = DPTypeDescriptorContext.
GetStringValue
(locallySetProperty, propertyValue);
System\Windows\Documents\TextSchema.cs (2)
925
string string1 = DPTypeDescriptorContext.
GetStringValue
(TextElement.BackgroundProperty, brush1);
926
string string2 = DPTypeDescriptorContext.
GetStringValue
(TextElement.BackgroundProperty, brush2);