4 references to _ranges
PresentationFramework (4)
System\Windows\Documents\TextRangeEdit.cs (4)
2326
for (int i = 0; i <
_ranges
.Length; i++)
2328
if (property ==
_ranges
[i].Property)
2330
return
_ranges
[i];
2341
get { return
_ranges
[0]; }