3 references to ThumbnailClipMarginProperty
PresentationFramework (3)
src\Framework\System\Windows\Shell\TaskbarItemInfo.cs (2)
170
get { return (Thickness)GetValue(
ThumbnailClipMarginProperty
); }
171
set { SetValue(
ThumbnailClipMarginProperty
, value); }
src\Framework\System\Windows\Window.cs (1)
789
else if (dp == TaskbarItemInfo.
ThumbnailClipMarginProperty
)