12 references to EdgeProfile
PresentationCore (12)
Core\CSharp\System\Windows\Media\Effects\Generated\BevelBitmapEffect.cs (6)
183
public
EdgeProfile
EdgeProfile
187
return (
EdgeProfile
) GetValue(EdgeProfileProperty);
297
internal const
EdgeProfile
c_EdgeProfile =
EdgeProfile
.Linear;
360
typeof(
EdgeProfile
),
362
EdgeProfile
.Linear,
Shared\MS\Internal\Generated\EdgeProfileValidation.cs (6)
36
EdgeProfile
value = (
EdgeProfile
) valueObject;
38
return (value ==
EdgeProfile
.Linear) ||
39
(value ==
EdgeProfile
.CurvedIn) ||
40
(value ==
EdgeProfile
.CurvedOut) ||
41
(value ==
EdgeProfile
.BulgedUp);