2 instantiations of DPTypeDescriptorContext
PresentationFramework (2)
System\Windows\Documents\DPTypeDescriptorContext.cs (2)
70DPTypeDescriptorContext context = new DPTypeDescriptorContext(property, propertyValue); 128DPTypeDescriptorContext context = new DPTypeDescriptorContext(property, cultureInfo);
8 references to DPTypeDescriptorContext
PresentationFramework (8)
System\Windows\Documents\DPTypeDescriptorContext.cs (2)
70DPTypeDescriptorContext context = new DPTypeDescriptorContext(property, propertyValue); 128DPTypeDescriptorContext context = new DPTypeDescriptorContext(property, cultureInfo);
System\Windows\Documents\TextRangeSerialization.cs (4)
733string stringValue = DPTypeDescriptorContext.GetStringValue(property, value); 797string stringValue = DPTypeDescriptorContext.GetStringValue(property, innerValue); 927string stringValue = DPTypeDescriptorContext.GetStringValue(property, propertyValue); 973string stringValue = DPTypeDescriptorContext.GetStringValue(locallySetProperty, propertyValue);
System\Windows\Documents\TextSchema.cs (2)
918string string1 = DPTypeDescriptorContext.GetStringValue(TextElement.BackgroundProperty, brush1); 919string string2 = DPTypeDescriptorContext.GetStringValue(TextElement.BackgroundProperty, brush2);