8 references to LeftProperty
PresentationFramework (8)
System\Windows\Window.cs (8)
1029
return (double)GetValue(
LeftProperty
);
1045
SetValue(
LeftProperty
, value);
2699
CoerceValue(
LeftProperty
);
2855
CoerceValue(
LeftProperty
);
2938
CoerceValue(
LeftProperty
);
4614
SetValue(
LeftProperty
, restoreRect.Left);
4835
SetValue(
LeftProperty
, _actualLeft);
5282
CoerceValue(
LeftProperty
);