8 references to LeftProperty
PresentationFramework (8)
src\Framework\System\Windows\Window.cs (8)
1069
return (double)GetValue(
LeftProperty
);
1085
SetValue(
LeftProperty
, value);
2772
CoerceValue(
LeftProperty
);
2928
CoerceValue(
LeftProperty
);
3021
CoerceValue(
LeftProperty
);
4793
SetValue(
LeftProperty
, restoreRect.Left);
5027
SetValue(
LeftProperty
, _actualLeft);
5494
CoerceValue(
LeftProperty
);