1 instantiation of PropertyGridView
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
1997
return new
PropertyGridView
(sp, this);
83 references to PropertyGridView
System.Windows.Forms (83)
winforms\Managed\System\WinForms\PropertyGrid.cs (4)
78
private
PropertyGridView
gridView;
1992
private /*protected virtual*/
PropertyGridView
CreateGridView(IServiceProvider sp) {
2521
gridView.RecursivelyExpand(peMain, false, true,
PropertyGridView
.MaxRecurseExpand);
2654
private
PropertyGridView
GetPropertyGridView() {
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (3)
168
PropertyGridView
gridHost = this.GridEntryHost;
271
PropertyGridView
.PropertyGridViewAccessibleObject parent = (
PropertyGridView
.PropertyGridViewAccessibleObject)Parent;
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (2)
231
private
PropertyGridView
_owningPropertyGrid;
239
_owningPropertyGrid = owningDropDownButton.Parent as
PropertyGridView
;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (26)
463
int id = ((
PropertyGridView
)GridEntryHost).AccessibilityGetGridEntryChildID(this);
465
PropertyGridView
.PropertyGridViewAccessibleObject gridAccObj =
466
(
PropertyGridView
.PropertyGridViewAccessibleObject)((
PropertyGridView
)GridEntryHost).AccessibilityObject;
585
int id = ((
PropertyGridView
)GridEntryHost).AccessibilityGetGridEntryChildID(this);
587
PropertyGridView
.PropertyGridViewAccessibleObject gridAccObj =
588
(
PropertyGridView
.PropertyGridViewAccessibleObject)((
PropertyGridView
)GridEntryHost).AccessibilityObject;
640
internal virtual
PropertyGridView
GridEntryHost{
829
PropertyGridView
gridHost = this.GridEntryHost;
1140
internal static IRootGridEntry Create(
PropertyGridView
view, object[] rgobjs, IServiceProvider baseProvider, IDesignerHost currentHost, PropertyTab tab, PropertySort initialSortType) {
1296
internal virtual void EditPropertyValue(
PropertyGridView
iva) {
1319
PropertyGridView
.GridPositionData positionData = GridEntryHost.CaptureGridPositionData();
1862
PropertyGridView
gridHost = this.GridEntryHost;
1885
int totalWidth = stringX + neededWidth +
PropertyGridView
.GDIPLUS_SPACE; // 5 = extra needed to ensure text draws completely and isn't clipped.
1918
int maxSpace = Math.Min(rect.Width-stringX-1, labelWidth +
PropertyGridView
.GDIPLUS_SPACE);
2089
PropertyGridView
gridHost = this.GridEntryHost;
2305
PropertyGridView
gridHost = this.GridEntryHost;
2813
return (
PropertyGridView
.PropertyGridViewAccessibleObject)Parent;
2957
private
PropertyGridView
PropertyGridView {
2959
return(
PropertyGridView
)((
PropertyGridView
.PropertyGridViewAccessibleObject)Parent).Owner;
2994
PropertyGridView
.PropertyGridViewAccessibleObject parent = (
PropertyGridView
.PropertyGridViewAccessibleObject)Parent;
3061
PropertyGridView
.PropertyGridViewAccessibleObject parent =
3062
(
PropertyGridView
.PropertyGridViewAccessibleObject)Parent;
winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs (1)
30
internal MultiSelectRootGridEntry(
PropertyGridView
view, object obj, IServiceProvider baseProvider, IDesignerHost host, PropertyTab tab, PropertySort sortType)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (17)
416
internal override void EditPropertyValue(
PropertyGridView
iva) {
509
PropertyGridView
gv = this.GridEntryHost;
970
if (this.GridEntryHost != null && this.GridEntryHost is
PropertyGridView
) {
971
PropertyGridView
pgv = this.GridEntryHost as
PropertyGridView
;
1055
var propertyGridViewAccessibleObject = (
PropertyGridView
.PropertyGridViewAccessibleObject)Parent;
1056
var
propertyGridView = propertyGridViewAccessibleObject.Owner as
PropertyGridView
;
1060
propertyGridViewAccessibleObject = (
PropertyGridView
.PropertyGridViewAccessibleObject)Parent;
1061
propertyGridView = propertyGridViewAccessibleObject.Owner as
PropertyGridView
;
1079
var
propertyGridView = GetPropertyGridView();
1101
var
propertyGridView = GetPropertyGridView();
1117
private
PropertyGridView
GetPropertyGridView() {
1118
var propertyGridViewAccessibleObject = Parent as
PropertyGridView
.PropertyGridViewAccessibleObject;
1123
return propertyGridViewAccessibleObject.Owner as
PropertyGridView
;
1149
var
propertyGridView = GetPropertyGridView();
1162
var
propertyGridView = GetPropertyGridView();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (26)
5443
private
PropertyGridView
gridView; // the owner gridview
5473
internal DropDownHolder(
PropertyGridView
psheet)
6140
private
PropertyGridView
_owningPropertyGridView;
6142
public GridViewListBox(
PropertyGridView
gridView) {
6160
internal
PropertyGridView
OwningPropertyGridView {
6440
private
PropertyGridView
_owningPropertyGridView;
6535
internal
PropertyGridView
psheet = null;
6611
public GridViewEdit(
PropertyGridView
psheet) {
6935
private
PropertyGridView
propertyGridView;
7073
private
PropertyGridView
gridView;
7084
public MouseHook(Control control, IMouseHookClient client,
PropertyGridView
gridView) {
7319
private
PropertyGridView
_owningPropertyGridView;
7326
public PropertyGridViewAccessibleObject(
PropertyGridView
owner, PropertyGrid parentPropertyGrid) : base(owner) {
7458
int row = ((
PropertyGridView
)Owner).GetRowFromGridEntry(current);
7459
GridEntry nextEntry = ((
PropertyGridView
)Owner).GetGridEntryFromRow(++row);
7639
int row = ((
PropertyGridView
)Owner).GetRowFromGridEntry(current);
7640
GridEntry prevEntry = ((
PropertyGridView
)Owner).GetGridEntryFromRow(--row);
7676
GridEntryCollection properties = ((
PropertyGridView
)Owner).AccessibilityGetGridEntries();
7692
GridEntryCollection properties = ((
PropertyGridView
)Owner).AccessibilityGetGridEntries();
7708
GridEntry gridEntry = ((
PropertyGridView
)Owner).SelectedGridEntry;
7720
GridEntry gridEntry = ((
PropertyGridView
)Owner).SelectedGridEntry;
7744
Point pos = ((
PropertyGridView
)Owner).FindPosition(pt.x, pt.y);
7745
if (pos !=
PropertyGridView
.InvalidPosition) {
7746
GridEntry gridEntry = ((
PropertyGridView
)Owner).GetGridEntryFromRow(pos.Y);
7787
public GridPositionData(
PropertyGridView
gridView) {
7794
public GridEntry Restore(
PropertyGridView
gridView) {
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (4)
31
protected
PropertyGridView
gridEntryHost = null;
42
internal SingleSelectRootGridEntry(
PropertyGridView
gridEntryHost, object value, GridEntry parent, IServiceProvider baseProvider, IDesignerHost host, PropertyTab tab, PropertySort sortType)
62
internal SingleSelectRootGridEntry(
PropertyGridView
view, object value, IServiceProvider baseProvider, IDesignerHost host, PropertyTab tab, PropertySort sortType) : this(view, value,null, baseProvider, host, tab, sortType) {
167
internal override
PropertyGridView
GridEntryHost {