27 references to IPerPropertyBrowsing
System.Windows.Forms (27)
winforms\Managed\System\WinForms\AxHost.cs (8)
219
private NativeMethods.
IPerPropertyBrowsing
iPerPropertyBrowsing;
4710
private NativeMethods.
IPerPropertyBrowsing
GetPerPropertyBrowsing() {
4713
if (instance is NativeMethods.
IPerPropertyBrowsing
) {
4714
iPerPropertyBrowsing = (NativeMethods.
IPerPropertyBrowsing
) instance;
7080
NativeMethods.
IPerPropertyBrowsing
ippb = owner.GetPerPropertyBrowsing();
7219
NativeMethods.
IPerPropertyBrowsing
ppb = owner.GetPerPropertyBrowsing();
7429
NativeMethods.
IPerPropertyBrowsing
ppb = (NativeMethods.
IPerPropertyBrowsing
)owner.GetPerPropertyBrowsing();
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (4)
22
if (obj is NativeMethods.
IPerPropertyBrowsing
) {
25
int hr = ((NativeMethods.
IPerPropertyBrowsing
)obj).MapPropertyToPage(NativeMethods.MEMBERID_NIL, out guid);
62
if (obj is NativeMethods.
IPerPropertyBrowsing
) {
65
int hr = ((NativeMethods.
IPerPropertyBrowsing
)obj).MapPropertyToPage(NativeMethods.MEMBERID_NIL, out guid);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (14)
22
return typeof(NativeMethods.
IPerPropertyBrowsing
);
38
private Guid GetPropertyPageGuid(NativeMethods.
IPerPropertyBrowsing
target, int dispid) {
48
internal static string GetDisplayString(NativeMethods.
IPerPropertyBrowsing
ppb, int dispid, ref bool success) {
68
NativeMethods.
IPerPropertyBrowsing
target = sender.TargetObject as NativeMethods.
IPerPropertyBrowsing
;
84
if (sender.TargetObject is NativeMethods.
IPerPropertyBrowsing
) {
95
string displayString = GetDisplayString((NativeMethods.
IPerPropertyBrowsing
)sender.TargetObject, sender.DISPID, ref success);
107
if (sender.TargetObject is NativeMethods.
IPerPropertyBrowsing
) {
108
NativeMethods.
IPerPropertyBrowsing
ppb = (NativeMethods.
IPerPropertyBrowsing
)sender.TargetObject;
191
string val = GetDisplayString((NativeMethods.
IPerPropertyBrowsing
)itemsEnum.target.TargetObject, itemsEnum.target.DISPID, ref success);
266
NativeMethods.
IPerPropertyBrowsing
ppb = (NativeMethods.
IPerPropertyBrowsing
)target.TargetObject;
356
string displayString = Com2IPerPropertyBrowsingHandler.GetDisplayString((NativeMethods.
IPerPropertyBrowsing
)target.TargetObject, target.DISPID, ref success);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2Properties.cs (1)
86
typeof(NativeMethods.
IPerPropertyBrowsing
),