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