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