6 references to GetStringValue
PresentationFramework (6)
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (4)
746string stringValue = DPTypeDescriptorContext.GetStringValue(property, value); 810string stringValue = DPTypeDescriptorContext.GetStringValue(property, innerValue); 941string stringValue = DPTypeDescriptorContext.GetStringValue(property, propertyValue); 987string stringValue = DPTypeDescriptorContext.GetStringValue(locallySetProperty, propertyValue);
src\Framework\System\Windows\Documents\TextSchema.cs (2)
927string string1 = DPTypeDescriptorContext.GetStringValue(TextElement.BackgroundProperty, brush1); 928string string2 = DPTypeDescriptorContext.GetStringValue(TextElement.BackgroundProperty, brush2);