2 instantiations of DPTypeDescriptorContext
PresentationFramework (2)
src\Framework\System\Windows\Documents\DPTypeDescriptorContext.cs (2)
75DPTypeDescriptorContext context = new DPTypeDescriptorContext(property, propertyValue); 135DPTypeDescriptorContext context = new DPTypeDescriptorContext(property, cultureInfo);
8 references to DPTypeDescriptorContext
PresentationFramework (8)
src\Framework\System\Windows\Documents\DPTypeDescriptorContext.cs (2)
75DPTypeDescriptorContext context = new DPTypeDescriptorContext(property, propertyValue); 135DPTypeDescriptorContext context = new DPTypeDescriptorContext(property, cultureInfo);
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);