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