16 references to ptOurLocation
System.Windows.Forms (16)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (16)
1257
return
ptOurLocation
.X + GetIPELabelIndent(gridEntry) + size.Width;
1263
return(length >
ptOurLocation
.X + InternalLabelWidth);
1923
if (x < 0 || x > size.Width +
ptOurLocation
.X)
1926
if (x > InternalLabelWidth +
ptOurLocation
.X)
1928
pt.Y = (y-
ptOurLocation
.Y)/(1+RowHeight);
2137
rect.X =
ptOurLocation
.X;
2151
rect.X =
ptOurLocation
.X + InternalLabelWidth;
2155
rect.Y = (row)*(RowHeight+1)+1+
ptOurLocation
.Y;
2348
int startPS =
ptOurLocation
.X;
3491
Point loc = this.
ptOurLocation
;
4536
labelWidth =
ptOurLocation
.X + (int) ((double)size.Width / labelRatio);
4553
labelRatio = ((double) GetOurSize().Width / (double) (oldWidth -
ptOurLocation
.X));
4558
Debug.WriteLineIf(CompModSwitches.DebugGridView.TraceVerbose, "\tlocation :" +
ptOurLocation
.ToString());
4896
if (labelWidth >
ptOurLocation
.X + size.Width) {
4897
labelWidth =
ptOurLocation
.X + (int) ((double)size.Width / labelRatio);
4900
labelRatio = ((double) GetOurSize().Width / (double) (labelWidth -
ptOurLocation
.X));