6 references to BrowsableCodeAttribute
System.Activities (6)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (6)
725
languageProperty.CustomAttributes.Add(
BrowsableCodeAttribute
);
810
getLocationsMethod.CustomAttributes.Add(
BrowsableCodeAttribute
);
894
getExpressionTreeForExpressionMethod.CustomAttributes.Add(
BrowsableCodeAttribute
);
926
invokeExpressionMethod.CustomAttributes.Add(
BrowsableCodeAttribute
);
1272
isValidMethod.CustomAttributes.Add(
BrowsableCodeAttribute
);
1802
typedDataContext.CustomAttributes.Add(
BrowsableCodeAttribute
);