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