1 write to s_cbmTdpBridge
System.Web (1)
UI\TargetFrameworkUtil.cs (1)
100
s_cbmTdpBridge
= value;
17 references to s_cbmTdpBridge
System.Web (17)
UI\TargetFrameworkUtil.cs (17)
197
if (
s_cbmTdpBridge
!= null && IsFrameworkType(type)) {
199
hasProperty =
s_cbmTdpBridge
.HasProperty(typeToUse, name, bindingAttr, returnType, types);
242
if (
s_cbmTdpBridge
!= null && IsFrameworkType(type)) {
244
bool hasField =
s_cbmTdpBridge
.HasField(typeToUse, name, bindingAttr);
278
if (
s_cbmTdpBridge
!= null && IsFrameworkType(type)) {
280
bool hasEvent =
s_cbmTdpBridge
.HasEvent(typeToUse, name);
313
if (
s_cbmTdpBridge
!= null && IsFrameworkType(type)) {
343
if (
s_cbmTdpBridge
!= null && IsFrameworkType(type)) {
361
Debug.Assert(
s_cbmTdpBridge
!= null, "s_cbmTdpBridge should not be null");
374
string[] propertyNames =
s_cbmTdpBridge
.GetFilteredProperties(typeToUse, bindingFlags);
398
if (
s_cbmTdpBridge
!= null && IsFrameworkType(type)) {
416
Debug.Assert(
s_cbmTdpBridge
!= null, "s_cbmTdpBridge should not be null");
429
string[] eventNames =
s_cbmTdpBridge
.GetFilteredEvents(typeToUse, bindingFlags);
473
Debug.Assert(
s_cbmTdpBridge
!= null, "s_cbmTdpBridge should not be null in IsFrameworkType");
516
if (
s_cbmTdpBridge
!= null && IsFrameworkType(type)) {
518
hasMethod =
s_cbmTdpBridge
.HasMethod(typeToUse, name, bindingAttr);
536
return
s_cbmTdpBridge
== null;