6 references to GetStringValue
PresentationFramework (6)
System\Windows\Documents\TextRangeSerialization.cs (4)
734string stringValue = DPTypeDescriptorContext.GetStringValue(property, value); 798string stringValue = DPTypeDescriptorContext.GetStringValue(property, innerValue); 928string stringValue = DPTypeDescriptorContext.GetStringValue(property, propertyValue); 974string stringValue = DPTypeDescriptorContext.GetStringValue(locallySetProperty, propertyValue);
System\Windows\Documents\TextSchema.cs (2)
924string string1 = DPTypeDescriptorContext.GetStringValue(TextElement.BackgroundProperty, brush1); 925string string2 = DPTypeDescriptorContext.GetStringValue(TextElement.BackgroundProperty, brush2);